$reports="active"; $caller1="open"; $audit_print="active"; require_once '../template/superadmin/action_connection.php' ; include("../settings/adminsession.php"); session_start(); ?> if($_REQUEST['id']!='') { $update_option =1; } if(isset($_POST['sumbit'])) {} date_default_timezone_set("Asia/Kolkata"); $tablename='tbl_job_details'; if ($update_option == 1) { $id=$_REQUEST['id']; $Query_last_data = "SELECT * from tbl_doctor_appointment where id='$id' "; $name_last_data=$DB->query($Query_last_data); $row_12_123=mysql_fetch_array($name_last_data); $datea=$row_12_123['date']; $from_hour=$row_12_123['from_hour']; $from_min=$row_12_123['from_min']; $from_sta=$row_12_123['from_sta']; $to_hour=$row_12_123['to_hour']; $to_min=$row_12_123['to_min']; $to_sta=$row_12_123['to_sta']; $app_date = date("m/d/Y", strtotime($datea)); } ?>