T tagus New Member Jun 11, 2012 #1 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.
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.