PDA

View Full Version : headers already sent problem.


kbusque
05-17-2002, 02:50 PM
Hi guys. For some reason I am getting a PHP Warning in my forum. Not sure what the deal is.

PHP Warning: Cannot add header information - headers already sent by (output started at /Forums/index.php:7) in /Forums/admin/functions.php on line 1543

I can't remember changing anything recently that would cause this.

Thanks people!

Kevin

Admin
05-17-2002, 02:57 PM
What is line 7 of index.php? :)

kbusque
05-17-2002, 04:13 PM
I figured it out - the problem was in using a small java script to do a redirection if the parent frame had not been loaded. Anyone know how to do this using php so I don't get the header message.

Thanks

Kevin