Hi all,
I have prepared a form which lists all users along with checkboxes.....now i want to delete the users.....by selecting checkboxes...and pressing delete button...Can anyone help me out......the details of the checkbox are as under....
echo "<td align='center'><input type='checkbox' name='chkuser[]' value='$row[$user_id]'>";
plz help me


