Server IP : 103.53.40.154 / Your IP : 18.191.62.68 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/instabus.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php ob_start(); date_default_timezone_set('Asia/Kolkata'); require_once("includes/dbsmain.inc.php"); $page_name=basename($_SERVER['PHP_SELF'],'.php'); include("site-main-query.php"); $sess_id=session_id(); $site_url=$compDATA['admin_website_url']; $author = str_replace("http://","","$site_url"); $full_url = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; $current_date=date('Y-m-d'); $pack_id=$_REQUEST['package_id']; ?> <!--<select class="wide form-control" name="booking_bus_type_price" id="show_bus_type" >--> <!--<option value="" > --- Select Bus Type --- </option>--> <?php $cat_id=db_query("select * from tbl_bus_category where bus_type_status='Active' and bus_type_id='$pack_id' order by bus_type_id asc "); while($cat_sql = mysqli_fetch_array($cat_id)){ $bustyID = $cat_sql['bus_type_id']; ?> <div class="book-tour-field"> <input readonly type="text" value="<?=$cat_sql['bus_type_price']?>" placeholder="Price" name="booking_bus_type_price" id="show_bus_type" style="margin-top:10px;"> </div> <!--<option value="<?=$cat_sql['bus_type_price']?>" <?php if($pack_id==$cat_sql['bus_type_id']){?> selected <?}?>><?=$cat_sql['bus_type_price']?> </option>--> <?}?> <!--</select>-->