Ok if you have a query string from like file.php?bob=manager&phil=employ

how do i split the bob=manager and phil=employ dynamically?

because i may have 2 or 3 elements and i just want to sepearte them all and
access them via an array such as if ($var["bob"] = "manager")

etc.... so a loop that would parse the & and also the = signs....

appreciate the help



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to