If I get the following text string from mysql (or whatever) how can I convert it to an actual array using PHP?
array("foo" => "bar","honey" => "pops")
I know I can save an array in a serialized state, but that's exactly what I'm trying to avoid here.