This could be that register globals is set to off in the IIS machine .
Then you may have to call the variable explicitly by its raw form
i.e.
$HTTP_GET_VARS["parameter"]
just check by phpinfo() whether the register globals is set to off or
not.
Pratap Ladhani
----- Original Message -----
From: Santiago Gonz=E1lez Herrero <[EMAIL PROTECTED]>
Date: Sunday, May 6, 2001 2:03 am
Subject: [PHP-WIN] IIS and passing variables
> Hi there
>
> It must be an stupid question, but i'm new with IIS and can't find
> the solution.
>
> I have a php document which links to another in this way:
> <a href="page.php?parameter=value">link text
>
> But in IIS (and only in IIS) the variable $parameter in the linked
> document page.php is empty. Just like there was not any parameter.
>
> The same scripts under Xitami work fine.
>
> Any clue?
>
> Thanks in advance (and excuse my poor english).
> --
> Santiago González Herrero
> [EMAIL PROTECTED]
> Gijón - Asturias (SPAIN)
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: php-list-
> [EMAIL PROTECTED]
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]