Convert a string to an associative array

bill721

New Member
How would you convert a string like that to an associative array in PHP?\[code\]key1="value" key2="2nd value" key3="3rd value"\[/code\]
 
Back
Top