headers problem

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
User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

headers problem

Post by dude81 »

How do we remove this error
: Cannot modify header information - headers already sent by (output started at /home/httpd/file.php on line 52)

This happens when I submit form , instead of going to next page I display the same page once an erorr rises. I get above error
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Re: headers problem

Post by n00b Saibot »

dude81 wrote:headers already sent by (output started at /home/httpd/file.php on line 52
Pay attention to the error msg. it says it all.
and search before posting.... previous day we had such post and we have one tutorial abou this too. in short :arrow: SEARCH
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

Post by dude81 »

:D SOLVED
Post Reply