RE: [PHP-WIN] Automatic load .php page

2003-09-22 Thread Ryan Vesely
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

RE: [PHP-WIN] Automatic load .php page

2003-09-21 Thread John Ellingsworth
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

RE: [PHP-WIN] Automatic load .php page

2003-09-21 Thread Mike Brum
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