Archived Boards and Threads... > Parham's PHP Tutorials
PHP Lesson 05 - arrays
Joey Smithâ„¢:
Not sure this will help but try this.
--- Code: ---$fielddef =
array(
array(
'caption' => "Character Name",
'name' => "charname",
'type' => "text",
'options' => "",
'defaultvalue' => "",
'required' => 1
),
),
--- End code ---
Navigation
[0] Message Index
[*] Previous page
Go to full version