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
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']))
{
2 matches
Mail list logo