Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- "Confirmation" PHP Page for Form


MC_SAS_Master - 6:50 pm on Jan 3, 2007 (gmt 0)


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:

<?php
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" />

Unfortunately, when hit the "Confirm" button nothing happens. Any idea as to what I'm doing wrong?


Thread source:: http://www.webmasterworld.com/php/3207050.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com