Re: Accessing URL parameters
- From: "Rik Wasmus" <luiheidsgoeroe@xxxxxxxxxxx>
- Date: Mon, 31 Dec 2007 18:31:47 +0100
On Mon, 31 Dec 2007 18:24:28 +0100, Aaron Gray <ang.usenet@xxxxxxxxx> 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.
--
Rik Wasmus
.
- Follow-Ups:
- Re: Accessing URL parameters
- From: Aaron Gray
- Re: Accessing URL parameters
- References:
- Accessing URL parameters
- From: Aaron Gray
- Accessing URL parameters
- Prev by Date: Accessing URL parameters
- Next by Date: Re: Accessing URL parameters
- Previous by thread: Accessing URL parameters
- Next by thread: Re: Accessing URL parameters
- Index(es):
Relevant Pages
|