PETCOL wrote:
Hi,

I have authenticated a user, after that I want to take them to another page:

Header("Location: welcome.php");

But I get the following error?

------------error------------
Cannot modify header information - headers already sent
------------error------------

Suggestions?

Don't send output to the browser before you try to send headers().


--
By-Tor.com
It's all about the Rush
http://www.by-tor.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to