";
$message = "Hi ".$uFname."!
This is to confirm receipt of your request dated ".$toDate ." | ".$currentTime.". Autohub Support Team will attend to your concern as fast as possible.
Please always check your e-mail for updates or, you may login to our portal at http://www.autohub.ph for real-time update of your request.
If you do not have an account yet, please visit the site and click Register.
Thank you.
Autohub Support Group";
mail($uMail, 'NEW TICKET CREATED', $message, 'From: helpdesk@autohub.ph');
}
}
?>