Guest Feedback
Your comments are valuable. Sending us feedback helps to provide you a better level of service on your next visit with us.
Please take a few moments to let us know how we are doing.
include_once("config.php"); if($_POST['Submit']) { $x = feedbackEmailer(); if($x==1) { //$y = reservationConfirmation(); redirect('feedback-thankyou.php'); } } ?>