Re: deleting records using a checkboxes

2007-07-13 Thread Ketan Patel
hashkash wrote: > Hi, > The user selects multiple checkboxes and hits the delete button to > delete. > Thats where i get stuck. > Just to check if i can get the values of the checkboxes i did this. > My checkbox name is the user id itself. > function delete() > { > $j=1; > //print_r((

deleting records using a checkboxes

2007-07-13 Thread hashkash
Hi, The user selects multiple checkboxes and hits the delete button to delete. Thats where i get stuck. Just to check if i can get the values of the checkboxes i did this. My checkbox name is the user id itself. function delete() { $j=1; //print_r(($this->params['form']['check']['3']))