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!
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...............
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.