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

on line 26 I have the following info:

                header("Location: clientmenu.php?".SID);

Is the problem session related? or what would cause the above header?
thanx in advanec

--------------------------------------------------------------------
Disclaimer 
This e-mail transmission contains confidential information,
which is the property of the sender.
The information in this e-mail or attachments thereto is 
intended for the attention and use only of the addressee. 
Should you have received this e-mail in error, please delete 
and destroy it and any attachments thereto immediately. 
Under no circumstances will the Cape Technikon or the sender 
of this e-mail be liable to any party for any direct, indirect, 
special or other consequential damages for any use of this e-mail.
For the detailed e-mail disclaimer please refer to 
http://www.ctech.ac.za/polic or call +27 (0)21 460 3911

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

Reply via email to