This is a discussion on RE: [PHP] Redirection Question within the PHP General forums, part of the PHP Programming Forums category; Nope. What if it's b.php, or c.php. They could come from many pages. I wish it was ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Nope. What if it's b.php, or c.php. They could come from many pages. I
wish it was that easy. -----Original Message----- From: Chris W. Parker [mailto:cparker@swatgear.com] Sent: July 22, 2003 4:02 PM To: Beauford.2005 Subject: RE: [php] Redirection Question Beauford.2005 <mailto:beauford.2005@rogers.com> on Wednesday, July 23, 2003 12:44 PM said: > How would I automatically redirect them back to a.php after they have > logged in successfully. header("Location: a.php"); chris. |