> -Original Message-
> From: Bobby Patel [mailto:[EMAIL PROTECTED]
> Sent: 18 July 2003 06:11
>
> it should be in the $_GET or $HTTP_GET_VARS array in the
> index.php script.
> put this at the top of your index.php script
>
> var_dump ($_GET); # or $HTTP_GET_VARS depending on PHP version
it should be in the $_GET or $HTTP_GET_VARS array in the index.php script.
put this at the top of your index.php script
var_dump ($_GET); # or $HTTP_GET_VARS depending on PHP version
and see if the value is there. Also, if you are using the value in a
function and you have PHP < 4.1.0 (I think),
2 matches
Mail list logo