Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

redirecting users

Status
Not open for further replies.

striker73

MIS
Jun 7, 2001
376
US
What are other methods for redirecting users to a different page? So far I've been using:

echo &quot;<META HTTP-EQUIV=Refresh CONTENT='0; URL=mypage.php'&quot;; 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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top