|
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
|