?
Path : /home/admin/domains/happytokorea.com/public_html_bk/test3/adminmobile/ |
Current File : /home/admin/domains/happytokorea.com/public_html_bk/test3/adminmobile/fitbooking.php |
<? include ("connect.php"); $tourname = $_GET['tourname']; $period = $_GET['period']; $person = $_GET['person']; $price = $_GET['price']; $bookingtime = $_GET['bookingtime']; $cname = $_GET['cname']; $ctel = $_GET['ctel']; $cemail = $_GET['cemail']; $bookingSQL = "INSERT INTO tbl_fit (tourname,period,person,price,bookingtime,cname,ctel,cemail,status) VALUES ('$tourname','$period','$person','$price','$bookingtime','$cname','$ctel','$cemail','New')"; //echo $bookingSQL; $objQuery = mysql_query($bookingSQL); echo "<br/><br/><br/><center>Thank You for Booking!!!<br/><br/>"; ?> <script langauge="JavaScript"> window.location='http://www.k-tcc.com/board/plugin/mobile/confirm.php'; </script>