require_once("common.inc.php"); $orderNo = $_GET["Ref"]; //Update order $sql = 'update `order` set status = 1 where id = '.$orderNo; $db->query($sql); $email_head="癌症預防, 女癌症預防檢查登記通知"; $body = ""; $sql = 'select * from `order` where id = '.$orderNo; $row = $db->getrow($sql); $field_names = $db->getfield("order"); getrowdata($field_names, $row); $body.='
Dear Sirs/Madam,
Thank you for placing the following order with http://www.universalhealth.com.hk/.
Name : '.nl2html($name).'
Email Address : '.nl2html($email).'
Contact No. : '.nl2html($phone).'
Mobile: '.nl2html($mobile).'
Address : '.nl2html($address).'
Fax: '.nl2html($fax).'
We are now reviewing your order and Our Customer Service staff will contact you shortly for the order.
Thank you again for choosing universalhealth.com.hk !
Best Regards,
Universal Health Consultants Limited