programmers or coders or developers or whatever pathetic buzz word you're using, I bet you're all so lame, you can't even spot the blatantly obvious problem with this PHP code.
if ($system == 'complex') {
$row = array(
$form['ingredients'][''.$id.'']['quantity'] = array(
'#type' => 'textfield',
'#title' => '',
'#default_value' => $ingredient->quantity,
'#size' => 8,
'#maxlength' => 8),
'#description' => $form['#attributes' => 'ingredients'][''.$id.'']['unit_id'] = array(
'#type' => 'select',
'#title' => '',
'#default_value' => '#required' => $ingredient->unit_id,
'#options' => ,
); }
You're all so pathetic!
(Hopes his desperate cry for help is well disguised, but for those of you who see through it, I'm getting the following error:
Parse error: syntax error, unexpected T_DOUBLE_ARROW, expecting ']'
on the line that starts with '#description') |