session_start() related errors :)

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

User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

If you even so much as let a blank white space through to the browser, the headers have been sent. You always want to call header related functions before anything is output to the browser. Anything.
calumstevens
Forum Commoner
Posts: 25
Joined: Mon Oct 23, 2006 5:16 am

Post by calumstevens »

wahey its working, thanks alot guys :)
TexasTip
Forum Newbie
Posts: 4
Joined: Wed Oct 25, 2006 7:35 am

REM

Post by TexasTip »

REMark out the echo lines with //
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

calumstevens wrote:wahey its working, thanks alot guys :)
Glad you got it working.
Post Reply