<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Lynn<br>
<br>
You can use the unserialize() function to get at the data,
something like<br>
<br>
$info = unserialize($data);<br>
<br>
Nevets<br>
<br>
<blockquote type="cite">Hello,
<div><span class="Apple-style-span"><br>
</span></div>
<div><span class="Apple-style-span">I'm trying to create an
Ubercart module to show products with their attribute option
name.</span></div>
<div><span class="Apple-style-span"><br>
</span></div>
<div><span class="Apple-style-span">Could anyone guide me (or
provide a link) how to get the '29', via PHP or function, from
this serialized data: </span><span class="Apple-style-span"
style="color: rgb(46, 47, 45); font-family: Arial, Helvetica,
sans-serif; line-height: 13px; background-color: rgb(221, 221,
221); display: inline !important; float: none; font-size:
15px; "> a:1:{i:3;s:2:"29";}</span><span
class="Apple-style-span"> If there are two product
attributes, I would need to extract the 155 and 154 from
this: <span class="Apple-style-span" style="color: rgb(46, 47,
45); font-family: Arial, Helvetica, sans-serif; line-height:
13px; background-color: rgb(221, 221, 221); display: inline
!important; float: none; font-size: 17px; ">a:2:{i:3;s:3:"155";i:17;s:3:"154";}</span></span>
<div><span class="Apple-style-span">
<div><font class="Apple-style-span" color="#2e2f2d"
face="Arial, Helvetica, sans-serif" size="4"><span
class="Apple-style-span" style="line-height: 13px; "><br
class="webkit-block-placeholder">
</span></font></div>
<div><font class="Apple-style-span" color="#2e2f2d"
face="Arial, Helvetica, sans-serif" size="4"><span
class="Apple-style-span" style="line-height: 13px; ">Thanks,</span></font></div>
<div><font class="Apple-style-span" color="#2e2f2d"
face="Arial, Helvetica, sans-serif" size="4"><span
class="Apple-style-span" style="line-height: 13px; ">Lynn</span></font></div>
</span></div>
</div>
</blockquote>
<br>
</body>
</html>