08-02-2008, 04:31 AM
|
#2 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
PHP Code:
$data['options']['name'] = 'some array name here'; $data['options']['array'] = array(0 => "opt1", 1 => "opt2", 2 => "opt3");
|
|
|
|