|
Posted by Aaron Gray on 12/31/07 17:45
"Rik Wasmus" <luiheidsgoeroe@hotmail.com> wrote in message
news:op.t37my9gb5bnjuv@metallium.lan...
> On Mon, 31 Dec 2007 18:24:28 +0100, Aaron Gray <ang.usenet@gmail.com>
> wrote:
>
>> How do I access URL parameters, and ideally as an associative array ?
>>
>> Many thanks in adance,
>
> Do you want to examine the URL string?
> http://www.php.net/parse_url
> http://www.php.net/parse_str
>
> Or in the current request, it's offcourse in the $_GET array.
parse_url() looke helpful, but I wanted the current pages URL parameters, is
the $_GET ?
Aaron
[Back to original message]
|