Sorry, i forgot to put the output from the decode() .
Here is the the output from a var_dump() on the string.
Below is the error message on unserialize() on this output string.
string(153) "a:3:{i:0;s:49:"44502 Loneoak, Lancaster, CA, 93534";i:1;s:53:"3537 3rd St., Ridgefield, WA, 98642";i:2;s:61:"931 Alabama St., San Francisco, CA, 94110";}" decode
Notice: unserialize() [function.unserialize]: Error at offset 64 of 153 bytes in /Library/WebServer/Documents/pooglemap2.php on line 17
Where is the error at offset 64? I don't know if you start counting from the a:? or from the { ?or from the "931? maybe this won't tell me what is wrong anyway, why it can't unserialize the string but it is probably the \cr.
I would like to know.
thanks,