bution
or reproduction of this message is strictly prohibited and may be unlawful.
-Original Message-
From: Mike Brum [mailto:[EMAIL PROTECTED]
Sent: Sunday, September 21, 2003 7:44 PM
To: 'ascll'; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Automatic load .php page
That depends on you
You could just add this to the authentication page:
Logging you in, hang tight!
You could just set the time to zero and it will auto send to the next page,
and leave out the text.
Thanks,
John Ellingsworth
http://mail.med.upenn.edu/~jellings/
-Original Message-
From: ascll [mailt
That depends on you actual code.
There's the header(location: http://url.to.page/); command that you could
use, but if you're already starting a session, I believe that you can't use
the header() command since the session already sends the header.
Though you could always include(); the member_are