Warning: Cannot add header information - headers already sent by (output started at C:\apache\htdocs\ejayah\ecustlib.inc:15) in C:\apache\htdocs\ejayah\join.php on line 23
please help me with this warning message
Tuan
Hi,
this means that you have tried to set a HTTP header using the header() function after some data has already been sent back to the client. This could be anything, even just a single carriage return.
Mor information at: http://www.faqts.com/knowledge_base/view.phtml/aid/58/fid/5
firemouse2001