Need Help on the error i am getting in PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
neelima
Forum Newbie
Posts: 1
Joined: Sat Nov 25, 2006 5:43 am

Need Help on the error i am getting in PHP

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

We have hundreds of threads on this subject. Please search them out. Here's a hint: look in Tutorials.
User avatar
megamoose
Forum Newbie
Posts: 5
Joined: Fri Nov 24, 2006 3:21 am

Post 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
Post Reply