View Single Post
Old 08-02-2008, 04:31 AM   #2 (permalink)
delayedinsanity
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

PHP Code:
$data['options']['name'] = 'some array name here';
$data['options']['array'] = array(=> "opt1"
                                  
=> "opt2"
                                  
=> "opt3"); 
delayedinsanity is offline  
Reply With Quote