hi grunt, $to_delete = array(); foreach ($_REQUEST as $k => $v) if (preg_match('/^chk\d+$/', $k)) $to_delete[] = intval($v); $to_delete_str =...
$to_delete = array(); foreach ($_REQUEST as $k => $v) if (preg_match('/^chk\d+$/', $k)) $to_delete[] = intval($v); $to_delete_str =...
This is the code <input type="checkbox" name="chk<?=$sn?>" id="chk<?=$sn?>" value="<?=$Detail->id?>" Here is: $sn is the serial numbe eg:1,2,3,4...
Hi not this is not helpful for me.
this seems some work but when we delete multiple records it only delete the first record not last one. please help me. Rajeev
Hi, This is the code <input type="checkbox" name="chk<?=$sn?>" id="chk<?=$sn?>" value="<?=$Detail->id?>" Here is: $sn is the serial number which...
Hi everyone, i have a problem in php. My Problem is that as follows: i have a checkbox and name checkbox1,checkbox2,checkbox3 etc which id...
Separate names with a comma.