re,
$a = "&key1=val2&key 2=val2&key3=val 3"'
how do I make the following array out of $a:
array['values']['key1']
['key2']
['key3']
thanks in advance!
$a = "&key1=val2&key 2=val2&key3=val 3"'
how do I make the following array out of $a:
array['values']['key1']
['key2']
['key3']
thanks in advance!
Comment