Re: [PHP] Newbie redirect problem

2002-05-30 Thread Miguel Cruz
On Thu, 30 May 2002, Jason Tobias wrote: > When a user submits a form, it redirects them to login if they are not > logged in. > Once the user logs in. I want to redirect them to the form that they > originaly filled out. > I can define a static redirect and that works fine, just not very practica

Re: [PHP] Newbie redirect problem

2002-05-30 Thread Analysis & Solutions
On Thu, May 30, 2002 at 10:38:33AM -0500, Jason Tobias wrote: > When a user submits a form, it redirects them to login if they are not > logged in. > Once the user logs in. I want to redirect them to the form that they > originaly filled out. > I can define a static redirect and that works fine,

[PHP] Newbie redirect problem

2002-05-30 Thread Jason Tobias
When a user submits a form, it redirects them to login if they are not logged in. Once the user logs in. I want to redirect them to the form that they originaly filled out. I can define a static redirect and that works fine, just not very practical. Is there any way to do this? -- PHP General