Hi Brian,

u must use header() function before you output any contents to client
browser, and terminate ur script immediately after using it.


-- 
regards,
chen wei (http://www.cw213.net)
===================================
Solutions Developer of Earth9.com
===================================


Friday, October 12, 2001, 3:09:12 PM, you wrote:

BF> okay, this is what i want to do.
BF> i have a login.php that asks the user to login.
BF> and then if the login was successful the user will "redirected" to my
BF> main.php.
BF> and also if the user is already logged and went to my index.php, he will be
BF> redirected immediately to main.php

BF> i tried to do header("Location: main.php"); but it said that i "cannot add
BF> header information".

BF> pls. help.


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to