Page is a not externally linkable
MC_SAS_Master - 6:50 pm on Jan 3, 2007 (gmt 0)
<?php Unfortunately, when hit the "Confirm" button nothing happens. Any idea as to what I'm doing wrong?
Thanks for all of your help, I really appreciate. I do, however, have one final question for you. My input.php file now looks like this:
echo '<br />';
echo 'Site: <b>'.$_POST['sites'].'</b><br />';
echo 'Department: <b>'.$_POST['dept'].'</b><br />';
echo 'Location of wreck: <b>' .$_POST['location'].'</b><br />';
?>
<input type="hidden" name="dept" value="<? echo $_POST['dept']?>">
<input type="submit" value="Confirm" />