include_once("config.php"); if(strtoupper($_GET['id'])=='HS-E') $selected0 = 'selected="selected"'; else if(strtoupper($_GET['id'])=='HS-J') $selected1 = 'selected="selected"'; else if(strtoupper($_GET['id'])=='HS-A') $selected2 = 'selected="selected"'; else if(strtoupper($_GET['id'])=='CGA-SU') $selected3 = 'selected="selected"'; else if(strtoupper($_GET['id'])=='CGA-ST') $selected4 = 'selected="selected"'; if($_POST['Submit']) { $x = reservationEmailer(); if($x==1) { $y = reservationConfirmation(); redirect('thankyou.php'); } } ?>