-
Notifications
You must be signed in to change notification settings - Fork 2
/
movie-3.php
439 lines (386 loc) · 16 KB
/
movie-3.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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<?php session_start();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Movie-1 | Triangle</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/lightbox.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/image.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Merriweather:wght@300&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Lobster&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Lobster&family=Yanone+Kaffeesatz&display=swap" rel="stylesheet">
<style>
.own
{
font-weight: bolder;
font-family: 'Lobster', cursive;
font-family: 'Merriweather', serif;
color: darkred;
}
.display
{
font-style: oblique;
font-size: medium;
}
*
{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.ownn
{
font-size:small;
color: whitesmoke;
}
body
{
font-family: 'Varela Round', sans-serif;
background-image: url('images/back.jpg');
background: rgba(0, 0, 0.100,0 )
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
color: #fff;
}
.menu-bar
{
background:darkred;
text-align: center;
font-size: 15px;
}
.menu-bar ul
{
display: inline-flex;
list-style: none;
color: #fff;
}
.menu-bar ul li
{
width:120px;
margin:15px;
padding: 15px;
}
.menu-bar ul li a
{
text-decoration: none;
color: #fff;
}
.active , .menu-ar ul li:hover
{
background: #000;
border-radius: 2px;
}
.menu-bar fa
{
margin-left: 20px;
float: left;
padding-right: 5px;
}
.sub-menu-1
{
display:none;+
}
.menu-bar ul li:hover .sub-menu-1
{
display: block;
position: absolute;
background-color:darkred;
margin-top: 15px;
margin-left:-15px;
}
.menu-bar ul li:hover .sub-menu-1 ul
{
display: block;
margin:10px;
}
.menu-bar ul li:hover .sub-menu-1 ul li
{
width:150px;
padding:10px;
border-bottom: 1px dotted #fff;
background:transparent;
border-radius: 0;
text-align: left;
color: white;
}
.menu-bar ul li:hover .sub-menu-1 ul li:last-child
{
border-bottom: none;
}
.menu-bar ul li:hover .sub-menu-1 ul a:hover
{
color: white;
}
.sub-menu-2
{
display: none;
}
.hover-me:hover .sub-menu-2
{
position: absolute;
display: block;
margin-top: -40px;
margin-left:140px;
background: darkred;
}
.btn
{
color: #fff;
border-color:darkred;
}
.btn:hover
{
color: white;
font-weight: bold;
border-color: whitesmoke;
}
.logo h2
{
padding:20px 0;
width:100%;
font-size:50px;
font-family: 'Lobster', cursive;
}
</style>
</head><!--/head-->
<body>
<!--/head-->
<body>
<header id="header">
<div class="container">
<div class="row">
<div class="col-sm-12 overflow">
<div class="logo pull-left">
<h2>Lights Camera Action</h2>
</div>
</div>
</div>
</div>
<div class="menu-bar">
<ul>
<li class="active"><a href='http://localhost/302/homee.php'><i class="fa fa-home"></i> Home</a></li>
<li><a href='https://localhost/302/login_admin.php'><i class="fa fa-check" ></i> Admin</a></li>
<li><a href='#'><i class="fa fa-play-circle" ></i> Showtime</a>
<div class="sub-menu-1">
<ul>
<li><a href="http://localhost/302/movies2D.php"><i class="fa fa-check"></i> 2D</a></li>
<li><a href="http://localhost/302/movies3D.php"><i class="fa fa-check"></i> 3D</a></li>
</ul>
</div>
</li>
<li><a href='#'><i class="fa fa-shopping-cart"></i> Concession</a>
<div class="sub-menu-1">
<ul>
<li><a href="http://localhost/302/portfolio.php"><i class="fa fa-cutlery"></i> Refreshments</a></li>
<li><a href="http://localhost/302/merch.php"><i class="fa fa-coffee"></i> Merchandise</a></li>
</ul>
</div>
</li>
<li><a href='http://localhost/302/registration.php'><i class="fa fa-user-plus"></i> Sign Up</a></li>
<li><a href='http://localhost/302/contact%20us.php'><i class="fa fa-phone"></i> Contact Us</a></li>
<li>
<?php
$count=0;
if(isset($_SESSION['cart']))
{
$count=count($_SESSION['cart']);
}
?>
<a href="myCart.php"><i class="fa fa-shopping-cart"></i> My Cart (<?php echo $count; ?>)</a>
</li>
</ul>
</div >
</header>
<!-----------hhhhhhhhhhhhhhhhhhhhhhhhhhhhhh------------------->
<!--/#header-->
<!--/#action-->
<section id="portfolio-information" class="padding-top">
<div class="container">
<div class="row">
<div class="col-sm-6">
<img src="images/movies/conjuring3.png" class="img-responsive" alt="" width="400" height="200">
</div>
<div class="col-sm-6">
<div class="project-info overflow">
<h1 class="own">The Conjuring: The Devil Made Me Do It</h1>
<h3>Paranormal investigators Ed and Lorraine Warren try to uncover the truth behind a murderer's claim of demonic possession. </h3>
<ul class="elements">
<li><i class="fa fa-angle-right"></i>2021 ‧ Horror/Thriller ‧ 1h 52m</li>
<li><i class="fa fa-angle-right"></i>Patrick Wilson . Vera Farmiga . Ruairi O'Connor</li>
</ul>
</div>
<div class="skills overflow">
<h3 class="own">Price:</h3>
<ul class="nav navbar-nav navbar-default">
<h4 class="display">400 BDT</h4>
</ul>
</div>
<div class="client overflow">
<h3 class="own">Available in:</h3>
<ul class="nav navbar-nav navbar-default">
<li class="display"> 3D/2D</li>
</ul>
</div>
<div class="skills overflow">
<h3 class="own">Seats Available</h3>
<ul class="nav navbar-nav navbar-default">
<?php
//Oracle DB user name
$username = 'dbms';
// Oracle DB user password
$password = 'dbms';
// Oracle DB connection string
$connection_string = 'localhost/xe';
$connection = oci_connect(
$username,
$password,
$connection_string
);
if (!$connection)
echo 'Oops 🙁 connection failed';
else
$query = "SELECT availability from showtime where showtime_id='3'";
$result = oci_parse($connection, $query);
oci_execute($result);
while ($row = oci_fetch_array($result, OCI_ASSOC + OCI_RETURN_NULLS)) {
foreach ($row as $item) {
print "<h4 >". ($item !== null ? htmlentities($item, ENT_QUOTES) : " ")."</h4>" ;
}
}
?>
</ul>
</div>
<div class="skills overflow">
<h3 class="own">Showtime (in hours)</h3>
<ul class="nav navbar-nav navbar-default">
<?php
//Oracle DB user name
$username = 'dbms';
// Oracle DB user password
$password = 'dbms';
// Oracle DB connection string
$connection_string = 'localhost/xe';
$connection = oci_connect(
$username,
$password,
$connection_string
);
if (!$connection)
echo 'Oops 🙁 connection failed';
else
$query = "SELECT start_time from showtime where showtime_id='3'";
$result = oci_parse($connection, $query);
oci_execute($result);
while ($row = oci_fetch_array($result, OCI_ASSOC + OCI_RETURN_NULLS)) {
foreach ($row as $item) {
print "<h4 >". ($item !== null ? htmlentities($item, ENT_QUOTES) : " ")."</h4>" ;
}
}
?>
</ul>
</div>
<form action="manage_cart.php" method="POST">
<div class="live-preview">
<br>
<br>
<button type="submit" name="add_to_cart" class="btn btn-outline-danger"><span class="text-uppercase" style="color:darkred; font-weight:bold;">Add To Cart</span></button>
</div>
<input type="hidden" name="Item_Name" value="The Conjuring:The Devil Made Me Do It">
<input type="hidden" name="Price" value="700">
<input type="hidden" name="Type" value="Ticket">
</form>
</div>
</div>
</div>
</section>
<!--/#portfolio-information-->
<footer id="footer" >
<div class="container">
<div class="row">
<div class="col-sm-12 text-center bottom-separator">
<img src="images/home/under.png" class="img-responsive inline" alt="">
</div>
<div class="col-md-4 col-sm-6">
<div class="testimonial bottom">
<h2>Quotes</h2>
<div class="media">
<div class="pull-left">
<a href="#"><img src="images/kung-fu-panda.jpg" alt="" ></a>
</div>
<div class="media-body">
<div class="ownn"><blockquote>Your story may not have such a happy beginning but that does not make you who you are, it is the rest of it- who you choose to be</blockquote></div>
<h3><a href="#">- Master Oogway</a></h3>
</div>
</div>
<div class="media">
<div class="pull-left">
<a href="#"><img src="images/pursuit_of_happiness.jpg" alt=""></a>
</div>
<div class="media-body">
<div class="ownn"> <blockquote>You got a dream... You gotta protect it. People can't do somethin' themselves, they wanna tell you you can't do it. If you want somethin', go get it. Period.</blockquote></div>
<h3><a href="">- Christopher Gardner</a></h3>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="contact-info bottom">
<h2>Contacts</h2>
<div class="ownn">
<address>
E-mail: <a href="mailto:[email protected]">[email protected]</a> <br>
Phone: +1 (123) 456 7890 <br>
Fax: +1 (123) 456 7891 <br>
</address>
</div>
<h2>Address</h2>
<div class="ownn">
<address>
Army Officer's Club,Nirjhor Residential area, <br>
Dhaka Cantonment, <br>
Dhaka-1216, <br>
Bangladesh <br>
</address>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="contact-form bottom">
<h2>Our Location</h2>
<div class="mapouter"><div class="gmap_canvas"><iframe width="413" height="372" id="gmap_canvas" src="https://maps.google.com/maps?q=Officer's%20Club,Nirjhar,Dhaka%20Cantonment%20,Dhaka,Bangladesh&t=&z=15&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a href="https://fmovies-online.net">fmovies se</a><br><style>.mapouter{position:relative;text-align:right;height:372px;width:413px;}</style><a href="https://www.embedgooglemap.net">google map embed generator</a><style>.gmap_canvas {overflow:hidden;background:none!important;height:372px;width:413px;}</style></div></div>
</div>
</div>
<div class="col-sm-12">
<div class="copyright-text text-center">
<p>© Your Company 2014. All Rights Reserved.</p>
<p>Designed by <a target="_blank" href="http://www.themeum.com">Themeum</a></p>
</div>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/lightbox.min.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>