I have a LONG url to take someone back to, and after posting date, I think the best way to handle it is to taken them to a script, run it (send email), and then do a html REFRESH which takes them back 2 pages.
I just cannot figure out anyway to do that. I cannot give the URL to the page as it doesn't seem to store it correctly in a variable.
So basically something like this:
Code: Select all
echo "<meta http-equiv=\"Refresh\" content=\"0 ;URL=javascript: window.history.go(-2)\">";