View Single Post
Old 08-28-2008, 05:18 PM  
Varius
Confirmed User
 
Industry Role:
Join Date: Jun 2004
Location: New York, NY
Posts: 6,890
as GigoloShawn said above, you are using the variable $results when it is $result heh.

This line should produce what you want:

echo unserialize(base64_decode($result[0][0]));

(feel free to use the field name instead of that second 0 though, to make your code easier to read):

echo unserialize(base64_decode($result[0]['m_addtn']));
__________________
Skype variuscr - Email varius AT gmail
Varius is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote