What are other methods for redirecting users to a different page? So far I've been using:
echo "<META HTTP-EQUIV=Refresh CONTENT='0; URL=mypage.php'"; exit;
What are other ways of automatically redirecting users to a different page?
I'm trying something tricky with dynamically creating PDF files and it works fine when I give the user a link to click, but I'm trying to incorporate this into a form and it keeps getting stuck on the redirect. Any ideas? Thanks!
echo "<META HTTP-EQUIV=Refresh CONTENT='0; URL=mypage.php'"; exit;
What are other ways of automatically redirecting users to a different page?
I'm trying something tricky with dynamically creating PDF files and it works fine when I give the user a link to click, but I'm trying to incorporate this into a form and it keeps getting stuck on the redirect. Any ideas? Thanks!