Re: [PHP] Page Redirects - How can it be done

2003-12-17 Thread Matt Matijevich
What if you use something like SourceForge. If you try to access a page the requires you to be logged in when it redirects you to the login page it includes in the URL the page that the user tried to access (ie login.php?redirect=page3.php) Then when the user successfully logs in they redirect to

Re: [PHP] Page Redirects - How can it be done

2003-12-17 Thread RT
What if you use something like SourceForge. If you try to access a page the requires you to be logged in when it redirects you to the login page it includes in the URL the page that the user tried to access (ie login.php?redirect=page3.php) Then when the user successfully logs in they redirect to t

RE: [PHP] Page Redirects - How can it be done

2003-12-17 Thread Vail, Warren
Have you considered Sessions http://www.php.net/manual/en/ref.session.php Warren Vail -Original Message- From: Hunter, Jess [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 11:04 AM To: PHP - General List Subject: [PHP] Page Redirects - How can it be done I have created a