Try:
parse_str( $_SERVER['QUERY_STRING']);

"Stephen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
> I have just installed PHP 4 and Apache 2 but when I pass a variable in a
url
> eg ?id=1
> I can't get the variable value by $id, I have to use $_GET['id'] or
> $_POST['id']
>
> Is there a setting I need to change to allow me to use the $id? If there
is
> it will save a lot of additional coding.
>
> Thanks,
>
> Stephen
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to