11 Nov
2011
11 Nov
'11
2:51 p.m.
http://php.net/manual/en/function.unserialize.php is what you want to convert the serialized data to an array On Nov 11, 2011, at 8:41 AM, Lynn wrote:
Hello,
I'm trying to create an Ubercart module to show products with their attribute option name.
Could anyone guide me (or provide a link) how to get the '29', via PHP or function, from this serialized data: a:1:{i:3;s:2:"29";} If there are two product attributes, I would need to extract the 155 and 154 from this: a:2:{i:3;s:3:"155";i:17;s:3:"154";}
Thanks, Lynn