View Single Post
Old 08-28-2008, 11:49 AM  
GigoloShawn
Confirmed User
 
Join Date: Oct 2007
Location: No longer with Star Marketing Group.
Posts: 700
If it was serialized, it'd likely be base64 encoded afterwards; why it was stored as a blob well, that's kind of dumb. Try print_r($result) to see what's in your array.

Or, you can always:

PHP Code:
foreach ($result as $arg=>$val) {
  echo 
"$arg is $val<br>";

How do you know its base64? Is it terminating with a few =? If not, it may not be base64.
__________________
I no longer represent TrafficGigolos, please contact Justin or Rebecca with any issues.
GigoloShawn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote