sjbirk Posted February 4, 2007 Share Posted February 4, 2007 my code runs great unless i have session_start() at the beginning of the code. it errors at this line: $p = $s->getPage($_SESSION[Constant::VAR1]); has anyone seen this before? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted February 4, 2007 Share Posted February 4, 2007 post the full error message(s) you are getting here. Also provide more code too. When you use session_start make sure you are not outputting anything to the browser. Quote Link to comment Share on other sites More sharing options...
only one Posted February 4, 2007 Share Posted February 4, 2007 put your session_start(); at the top of the page Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.