if (trim($Type1)=='Burger' ) {
{
header("Location: burgerthanks.htm"); //the user will be sent to this page
exit;
}
if (trim($Type1)=='Farm']) {
header('Location: option2.htm');
exit;
} else
header('Location: thanks1.htm');
exit;
urtrivedi 276 Nearly a Posting Virtuoso
urtrivedi 276 Nearly a Posting Virtuoso
urtrivedi 276 Nearly a Posting Virtuoso
urtrivedi 276 Nearly a Posting Virtuoso