// we must never forget to start the session
session_start();
?>
Make an appointment
";
print "You'll be returned to a the referring page in 2 seconds ";
sleep (2);
// $headerstring= "Location:".$_POST['wherefrom'];
// header($headerstring);
echo "";
}
else{
echo " Try again: ";
echo "This time please enter the code on the screen near the button 'Mail these comments'\n ";
}
}
?>