Page is a not externally linkable
phpmaven - 6:27 pm on Jan 3, 2007 (gmt 0)
For Example: That form would then post to your "input.php" script. In fact, if you followed my example above, you shouldn't have to change anything in your "input.php" script.
You would create a new script called "confirm.php" or whatever and display the results from the first form. Create a hidden form field for every field on the first form.
input type="hidden" name="sites" value="<? echo $_POST['sites']?>"
input type="hidden" name="dept" value="<? echo $_POST['dept']?>"
input type="hidden" name="location" value="<? echo $_POST['location']?>"