Destinations Covered :
include("keralaadmin/includes/connect.php"); $sqlp=mysqli_query($conn,"select * from itenaries where title='".str_replace("-"," ",$_GET['n'])."' "); $ffetchp=mysqli_fetch_array($sqlp,MYSQLI_ASSOC); if(($_POST['btnsubmit']) !="") { $tour_name=trim($_POST['tour_name'])?$_POST['tour_name']:""; $name =trim($_POST['name'])?$_POST['name']:""; $email=trim($_POST['email'])?$_POST['email']:""; $countrycode=trim($_POST['countrycode'])?$_POST['countrycode']:""; $mobile1=trim($_POST['mobile'])?$_POST['mobile']:""; $doj=trim($_POST['timestamp'])?$_POST['timestamp']:""; $duration=trim($_POST['duration'])?$_POST['duration']:""; $adults=trim($_POST['adults'])?$_POST['adults']:""; $kid=trim($_POST['kid'])?$_POST['kid']:""; $req=trim($_POST['req'])?$_POST['req']:""; $mobile=$countrycode."-".$mobile1; $to="pragya@crocustravel.com"; $subject="Tour Inquiry from keralatour!!"; $message = "
| Tour Name | ".$tour_name." |
| Name | ".$name." |
| Date of Arrival | ".$doj." |
| ".$email." | |
| Moble Number | ".$mobile." |
| Duration | ".$duration." |
| Adults | ".$adults." |
| Kids | ".$kid." |
| More Details | ".$req." |
Destinations Covered :