View Single Post
Old 08-02-2008, 08:58 PM   #5 (permalink)
Kalle
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

Use serialization insted, much easier, but abit slower:

PHP Code:
$fp[] = "foreach (@unserialize('" str_replace('\'''\\\', serialize($data['options'])) . "') as $option) { 
Or something similar
=)
__________________
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote