RE: [PHP] Error on session_start()

2001-10-22 Thread Dave Watkinson
You've probably got an echo $something_or_other line before calling the header() function. If not, have you included or required a file? If there's a blank line (or more than one blank line) at the bottom of your included or required file that is considered output to the browser. Header() MUST

Re: [PHP] Error on session_start()

2001-10-19 Thread p.whiter
Hi Be sure that you are placing the session_start() before the (html)head section of your script, best to put it right at the top of the page, also make sure there is no white space before opening php tags. HTH Paul - Original Message - From: "Zavier Sheran" <[EMAIL PROTECTED]> To: <[EMAI