hai,

   how to write the multiple checkboxes in cakephp and how to updaet in the
mysql plz anyone help me asap

i have written the code below

echo $this->Form->input('showhome', array('type' => 'select', 'multiple' =>
'checkbox','options' => array(
                'showhome' => 'Show Home'
                
            )
         ));
                 

plz how to update the showhome filed only in the db table

-----
Shiva Kumar
--
View this message in context: 
http://cakephp.1045679.n5.nabble.com/how-to-wirte-multiple-checkboxes-in-cakephp-tp5708689.html
Sent from the CakePHP mailing list archive at Nabble.com.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to