Re: [PHP] Re: Now I can't start the session either...

2004-05-25 Thread Peter Risdon
Brian Dunning wrote: On May 25, 2004, at 9:06 AM, Craig wrote: It doesnt necessarily mean the error occured on that line, that may have been the last executed statement post a few more lines or we cant help you. // Start the session if (! session_id()) session_start(); if (not is_string($_SESSION

Re: [PHP] Re: Now I can't start the session either...

2004-05-25 Thread Brian Dunning
On May 25, 2004, at 9:06 AM, Craig wrote: It doesnt necessarily mean the error occured on that line, that may have been the last executed statement post a few more lines or we cant help you. // Start the session if (! session_id()) session_start(); if (not is_string($_SESSION['login_status'])) {

[PHP] Re: Now I can't start the session either...

2004-05-25 Thread Craig
It doesnt necessarily mean the error occured on that line, that may have been the last executed statement post a few more lines or we cant help you. Regards "Craig" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Can you post your whole file? > > > "Brian Dunning" <[EMAIL PROTECTED

[PHP] Re: Now I can't start the session either...

2004-05-25 Thread Craig
Can you post your whole file? "Brian Dunning" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Here is the top of my file: > > // Start the session > session_start(); > > Which looks OK to me, but it returns: > > Parse error: parse error, unexpected T_STRING in > c:\inetpub\wwwroot\