[PHP] query strings and other delights

2011-01-13 Thread kbailey
I have circumstances which cause me to investigate get strings and such, and wish to start a thread discussing such matters. This relates to a cluster of functions iin php such as public array HttpQueryString::toArray ( void ) and it's bretherin and sisterin and otherin. Being new to

Re: [PHP] query strings and other delights

2011-01-13 Thread Marc Guay
Give parse_str() a go. http://ca.php.net/manual/en/function.parse-str.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php