View Single Post
Old 02-28-2005, 11:16 AM   #6 (permalink)
googs
Registered User
 
Join Date: Feb 2005
Posts: 4
googs is on a distinguished road
r,

I have a question regarding your last post
Where you write, "...// skipping other php stuff....
$redirect = (isset($_POST['redirect'])) ? $_POST['redirect'] : 'thanks.html';
header("location: {$redirect}");
exit; "
the skipping other PHP stuff comment means that I append the code above to the end of the PHP script or replace the code with the code I posted in this post?

Thanks
googs is offline   Reply With Quote