G:
/
PleskVhosts
/
seeonsoft.com
/
hp.thefalconunited.com
/
up file
home
<?php include('config.php'); $cid = $_POST['cid']; $cname = $_POST['cname']; $phone = $_POST['phone']; $location = $_POST['location']; $email = $_POST['email']; $addemail = $_POST['addemail']; $prefdest = $_POST['prefdest']; $plandate = $_POST['plandate']; $days = $_POST['days']; $countryfrom = $_POST['countryfrom']; $pax = $_POST['pax']; $nation = $_POST['nation']; $category = $_POST['category']; $ptype = $_POST['ptype']; $services = $_POST['services']; $stats = $_POST['stats']; $sqls = $js->prepare('UPDATE customer_entry SET custname = :cname, phone = :phone, email = :email, add_email = :addemail, location = :location, prefdest = :prefdest, plannningdate = :plandate, daysplanning = :days, countryfrom = :countryfrom, pax = :pax, nationality = :nation, category = :category, ptype = :ptype, status = :stats, services = :services WHERE id = :cid '); $statuss = $sqls->execute(array(':cid' => $cid, ':cname' => $cname, ':phone' => $phone, ':email' => $email, ':addemail' => $addemail, ':location' => $location, ':prefdest' => $prefdest, ':plandate' => $plandate, ':days' => $days, ':countryfrom' => $countryfrom, ':pax' => $pax, ':nation' => $nation, ':category' => $category, ':ptype' => $ptype, ':stats' => $stats, ':services' => $services)); ?> <script type="text/javascript"> alert("Have Successfully Updated the Entries"); window.location = 'confirmedcustomers.php'; </script>