PROTECTED]]
>Sent: Tuesday, October 30, 2001 8:55 PM
>To: [EMAIL PROTECTED]
>Subject: [PHP-WIN] Sessions and Global Variables
>
>
>Hello,
>
>I am running IIS 5.0, PHP 4.0.6, and MySQL 3.23.
>
>I have a script that includes the following two lines:
>
>
Hello,
I am running IIS 5.0, PHP 4.0.6, and MySQL 3.23.
I have a script that includes the following two lines:
$script = getenv ("SCRIPT_NAME");
and,
session_start ( );
Apparently, sessions are not working because I am receiving an error back that
is indicative of this. I ch