It's only that idiot (quickcop) at QUICK.COM again - use to pop up once
every half year or so
-Original Message-
From: Charles P. Killmer
To: [EMAIL PROTECTED]
Sent: 17-5-2004 16:47
Subject: FW: [QRfsoto]: RE: [PHP-WIN] Session troubles
I know this isnt the place, but this bug
] Session troubles
Add Your E-Mail Address
<http://q4.quik.com/img/spacer.gif>
Thank you for your e-mail. In an effort to address the growing spam issue and to
therefore respond to your e-mail sooner, your e-mail message with the subject of "RE:
[PHP-WIN] Session troubles"
on_start();
>$row['id']=545;
>
>$_SESSION['individual_id'] = $row['id'];
>header("location:dataFilterExpander.php?".sid);
>
>Charles Killmer
>
>-Original Message-
>From: Cory D. Wiles [mailto:[EMAIL PROTECTED]
>Sent: Monday
t;.sid);
Charles Killmer
-Original Message-
From: Cory D. Wiles [mailto:[EMAIL PROTECTED]
Sent: Monday, May 17, 2004 9:40 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Session troubles
Though i can not verify this at the moment. I had a similar problem, but
not with
Though i can not verify this at the moment. I had a similar problem, but
not with sessions and the notice steams from not having a var declared.
To get rid of the error you have to turn e_notice off.
Something like this:
error_reporting = E_ALL & ~E_NOTICE
Here is a good explanation of what was