' . $yesno;
// foreach ($yesno as $value) {
// echo 'The value is: ' . $value . '
';
// }
if($yesno == "1") {
header('Location:http://cartermcarthur.tripod.com/LWay1.html');
// exit;
}
if($yesno == "2") {
header('Location:./cartermcarthur.tripod.com/LWay2.html');
// exit;
}
if($yesno == "3") {
header('Location:./cartermcarthur.tripod.com/LWay3.html');
// exit;
}
if($yesno == "4") {
header('Location:./cartermcarthur.tripod.com/LWay4.html');
// exit;
}
}
?>