Posted by Rik Wasmus on 12/31/07 17:31
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. -- Rik Wasmus
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming