Page 1 of 1

Need Help on the error i am getting in PHP

Posted: Sun Nov 26, 2006 6:45 am
by neelima
Hi Friends,
I just started coding in Php and while I am coding for categories and sub catogories, I got the below error.
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\neelu\template\html\add_cat.php:6) in C:\Program Files\xampp\htdocs\neelu\template\html\add_cat.php on line 234

Can any one help me out on this please...............

Thanks
Neelima

Posted: Sun Nov 26, 2006 7:40 am
by feyd
We have hundreds of threads on this subject. Please search them out. Here's a hint: look in Tutorials.

Posted: Sun Nov 26, 2006 3:00 pm
by megamoose
It's an annoying little thing that we all just have to overcome. You can't send/change and header information after you have sent some content to the user. By using the echo command for instance.

Mark