On Monday 02 February 2004 08:57 am, Angelo Zanetti wrote:
> HI all
>
> I have a page that has been written by someone else and when I run it and
> click on a button to valid the username and password to login it sends me
> back the same page with the following:
>
> Warning: Cannot modify header information - headers already sent by (output
> started at c:\program files\apache group\apache\htdocs\zero\db_class.inc:1)
> in c:\program files\apache group\apache\htdocs\zero\login.php on line 26
>

Check db_class.inc, it is probably got a space or something in it and that is 
enough to cause this problem. You cannot send anything at all before you use 
the header() function.

James Hicks

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

Reply via email to