Hi .. i know someone as done this before.
I need to verify a 'x' number of checkbox if checked then do this action ....
here is the code i did up to now but it does not work ... any help would be really appreicated ...
$rm = "remove";
$remove[$index] = $rm.$index;
$delete[$index] = "$".$rm.$index;
print($remove[$index]. " "); // affiche $remove1, $remove2....
if($delete[$index])
{
print("UnSet[$index]<BR>");
}
else
{
print("Update[$index]");
}