I did not like to hijack the posting next to this, however the answer may be in the other thread, just want confirmation.
I seem to be having lots of forms that are there just to redirect. Is it possible to have one that is commonly used by several pages/forms to redirect, or do Posted values stay around all the time.
A page having multiple statements like:
if (isset($_POST['V1'])===true) {
header('location: Test1.php');
exit();
}
etc,etc
Hope it doesn't sound as confusing as I am. Thanks
I seem to be having lots of forms that are there just to redirect. Is it possible to have one that is commonly used by several pages/forms to redirect, or do Posted values stay around all the time.
A page having multiple statements like:
if (isset($_POST['V1'])===true) {
header('location: Test1.php');
exit();
}
etc,etc
Hope it doesn't sound as confusing as I am. Thanks