Hi all,
I want to send array with html helper
i.e. when i write this with plain html, I receive answers array in
post:
<input name"answers[] type="text" />
<input name"answers[] type="text" />
<input name"answers[] type="text" />
but with when I write with html helper, I just receive the last one
$html->input('Coursequizquestion/answers[]', array('size' => '60'));
$html->input('Coursequizquestion/answers[]', array('size' => '60'));
$html->input('Coursequizquestion/answers[]', array('size' => '60'));
anyone got solution ?
thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---