-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.php
341 lines (172 loc) · 8.67 KB
/
index1.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Healthcare.in</title>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<!--header-->
<header class="main-header clearfix" role="header" style="background: black;opacity: .7; border-bottom: 1px solid white;">
<div class="logo">
<a href="#" style="font-family: serif;font-size: 30px;text-transform: lowercase;"><em style="color: lightgreen;text-transform: uppercase;">Healthcare</em> .in</a>
</div>
<a href="#menu" class="menu-link"><i class="fa fa-bars"></i></a>
<nav id="menu" class="main-nav" role="navigation">
<ul class="main-menu">
<li><a href="index.php" class="external" style="border: none;">Home</a></li>
<li><a href="ulogin.php" class="external" style="border: none;">Patients</a></li>
<li><a href="#section4" style="border: none;">Doctors</a></li>
<li><a href="#section6" style="border: none;">Contact</a></li>
<li><a href="#section7" style="border: none;">About us</a></li>
</ul>
</nav>
</header>
<!-- ***** Main Banner Area Start ***** -->
<section id="top" data-section="section1" >
<video autoplay muted loop id="bg-video">
<source src="assets/images/j.mp4" type="video/mp4" />
</video>
<div class="video-overlay header-text" style="background: #666;opacity: .8;">
<div class="caption">
<h6>-:safe and secure:-</h6>
<h2 style="font-size: 50px;color: silver;"><em style="color: white;">Gift Gallery</em> .com</h2>
<div class="main-button">
<div class="scroll-to-section"><a href="ulogin.php" class="external buttn" style="background: white; color: green;">- Get New Appoinment -</a></div>
</div>
</div>
</div>
</section>
<!-- ***** Main Banner Area End ***** -->
<section class="section coming-soon" data-section="section3" style="background: url(img/t4.jpg);background-size: cover;">
<div class="container">
<div class="row">
<div class="col-md-7 col-xs-12">
</div>
<div class="col-md-5">
<div class="right-content" style="border: 1px solid white;background: black;opacity: .9;">
<div class="top-content">
<h6>Show your experience on <em>feedback</em> submit your feedback</h6>
</div>
<form id="contact" method="post">
<div class="row">
<div class="col-md-12">
<fieldset>
<input name="femail" type="email" class="form-control" id="femail" placeholder="Email" required="">
</fieldset>
</div>
<div class="col-md-12">
<fieldset>
<textarea name="feed" class="form-control" id="feed" placeholder="Your Feedback" required="" style="background: #333;color: white;"></textarea>
</fieldset>
</div>
<div class="col-md-12">
<fieldset>
<button type="submit" id="form-submit" class="button" name="feedsub">Submit</button>
</fieldset>
</div>
</div>
</form>
<?php
error_reporting(0);
$conn=mysqli_connect('localhost','root','','healthcare');
$fmail = $_POST['femail'];
$feed = $_POST['feed'];
$feedsub = $_POST['feedsub'];
if(isset($feedsub)){
$que = "insert into feedback values('','$fmail','$feed')";
$rfeed =mysqli_query($conn,$que);
if($rfeed){
echo "<script> alert('successfully send...');window.location.assign('index.php')</script>";
}
else{
echo "<script> alert('error..');window.location.assign('index.php')</script>";
}
}
?>
</div>
</div>
</div>
</div>
</section>
<section data-section="section4" style="background: black;">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h2>-- Doctors --</h2>
</div>
</div>
<div class="owl-carousel owl-theme">
<?php
error_reporting(0);
$conn=mysqli_connect('localhost','root','','minor') or die("failed");
$qre1="select * from ulogin";
$run1=mysqli_query($conn,$qre1);
while($results=mysqli_fetch_array($run1)) {
echo "<div class='item'>
<img src='".$results['img']."' alt='Course #1' style= 'height: 300px;width: 100%;background: white;border-bottom: 1px solid black;'>
<div class='down-content'>
<h4>Dr. ".$results['name']."</h4>
<p>Expert in: ".$results['spec']."</p>
<div class='author-image'>
<img src='img/care.jpg' alt='Author 1'>
</div>
<div class='text-button-pay'>
<a href='ulogin.php'>get appoinment --<i class='fa fa-angle-double-right'></i></a>
</div>
</div>
</div>";}
?>
</div>
</div>
</div>
</section>
<center>
<section data-section="section7" style="background: #222;border-top: 1px solid white;height: auto;">
<div class="container" style="color: white;"><hr>
<h1>About Us Page</h1>
<h3 style="color: lightgreen;">Our mission is to make healthcare better for everyone</h3>
<p>Through our industry-leading technology, analytics and engagement solutions, we save billions of healthcare dollars annually while helping people lead healthier lives. Our broad range of payment accuracy and population health management solutions advance healthcare by helping healthcare organizations reduce costs and improve health outcomes.</p>
<p>Here's the Creator Of The Healthcare.in</p>
</div>
<div class="container row">
<div class="col" >
<div class="card" style="width: 320px;">
<img src="img/myd.jpg" alt="Jane" style="width: 100%;height: 250px;">
<div class="container">
<h2 style="margin-top: 10px;font-family: serif;">Vipul Nadge</h2>
<p class="title" style="font-weight: 600;">CEO & Founder</p>
<p>The CEO of the Healthcare.in</p>
<p>ceo@healthcare.com</p>
<p><button class="button" style="background: black;border: none;color: white;width: 250px;">Contact</button></p>
</div>
</div>
</div>
<div class="col">
<div class="card" style="width: 320px;">
<img src="img/pro.jpeg" alt="Jane" style="width:100%;height: 250px;">
<div class="container">
<h2 style="margin-top: 10px;font-family: serif;">Luvkush Mourya</h2>
<p class="title" style="font-weight: 600;">Art Director</p>
<p>The DIRECTOR of the Healthcare.in</p>
<p>director@healthcare.com</p>
<p><button class="button" style="background: black;border: none;color: white;width: 250px;">Contact</button></p>
</div>
</div>
</div>
</div><br><br><br><br>
</section>
</center>
<footer style="background: black;border-top: 1px solid white;position: relative;">
<div class="container">
<div class="row">
<div class="col-md-12">
<p style="font-family: monospace;"><i class="fa fa-copyright"></i> Copyright 2021 by healthcare.in</p>
</div>
</div>
</div>
</footer>
<script src="bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>