Cannot Modify Header information?

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
MrPotatoes
Forum Regular
Posts: 617
Joined: Wed May 24, 2006 6:42 am

Cannot Modify Header information?

Post by MrPotatoes »

this is new to me. i think it's the server that i'm running or that i'm using a mix and match of PHP5 and PHP4. i still haven't converted my framework fully just yet

well, either way i'm running Wampserver 5 (the newest one so far) and i'm on windows xp pro

wierd thing is that i've never had this problem before when i was using xampp and now i have it all the time. i can't use POST or use the header function. so i'm at a loss

i've deleted all the spaces after the last of each '?>' in every file. now i'm confused. how do i fix this?
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

Not at the end, but before (no output before header modification including session_start). More details are available if you do a search on the forums, it's been discussed once or twice...
User avatar
MrPotatoes
Forum Regular
Posts: 617
Joined: Wed May 24, 2006 6:42 am

Post by MrPotatoes »

you know, i've had this thing on E_ALL for errors and for some reason on my home workstation (xampp i guess *shrug*) doesn't catch this and it just works. so i guess i'll fix that over there later BUT i fixed it and i know what was wrong.

you can go ahead and lock this bitch, i'm over it lmao
Post Reply