Best way convert text with '&' into the variables

tagus

New Member
I've got this text"?foo=bar&foobar=barfoo"what is the best way to convert this text to variables? Like this:\[code\]<?phpecho $q['foo']; //barecho $q['foobar']; //barfoo?>\[/code\]Thanks.
 
Back
Top