Re: Accessing URL parameters



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
.



Relevant Pages

  • Re: Accessing URL parameters
    ... Many thanks in adance, ... Or in the current request, it's offcourse in the $_GET array. ...
    (comp.lang.php)
  • Re: Accessing URL parameters
    ... Do you want to examine the URL string? ... Or in the current request, it's offcourse in the $_GET array. ...
    (comp.lang.php)
  • URL Set rule invokes Web Proxy Filter denied connection
    ... The request is being made to www.google.ca in the browser and I've ... created the following URL Set: ... The DMZ in question has a private class c address range assigned ... NLB is enabled on the 2 nodes in this array for this ...
    (microsoft.public.isaserver)
  • Re: Waiting for mutiple objects
    ... each array size equal to the size of threads in the pool. ... and are designed to unblock a thread to process the client request. ... When any worker thread has finished processing it ... It's like you tried as hard as you can to make a bad design. ...
    (comp.unix.programmer)
  • Re: Waiting for mutiple objects
    ... each array size equal to the size of threads in the pool. ... and are designed to unblock a thread to process the client request. ... When any worker thread has finished processing it ... Main dispatcher thread then signals ...
    (comp.unix.programmer)