Re: Problem handling search form fior multiple values

2009-08-03 Thread qwanta
If you print out the contents of the $this-data array ( debug($this- data) ). You should see: [vendor_id] = Array ( [0] = 1 [1] = 2 ) So that's where you access those values, they are in the array. On Jul 27, 3:31 pm,

Problem handling search form fior multiple values

2009-07-27 Thread NIghtmare327
I have a form I am using to do searches, and am having issues with the return values from the form. here is the code segment from the form: = index.ctp = ?php echo $form-button('Reset Form', array ('type'='reset', 'style'='width:200px;height:35px'));