[PHP] Re: Named pair array from variable

2009-06-29 Thread Shawn McKenzie
Shawn McKenzie wrote: > Mikey Knutson wrote: >> Is this even possible? I'm building a string, properly formatted, to create >> a named pair or associative array. The string is fine, and when I use it >> directly to create the array, all is well. When I try to use the var to >> create the arr

[PHP] Re: Named pair array from variable

2009-06-29 Thread Shawn McKenzie
Mikey Knutson wrote: > Is this even possible? I'm building a string, properly formatted, to create > a named pair or associative array. The string is fine, and when I use it > directly to create the array, all is well. When I try to use the var to > create the array, I get an empty array (I