|
deleting multiple records with check box selection
|
|
01-08-2010, 06:23 AM
Post: #1
|
|||
|
|||
|
deleting multiple records with check box selection
I am trying to allow a delete button to remove and delete from the db records that have the check boxed checked. I have tried a lot of different ways and no luck. Here is my code
The select all works fine no need to touch that but once i choose what i want deleted via checking the boxes and pressing delete nothing works when trying to delete them. If anyone can help thanks Code: Select all <form action="mailbox.php" method="post"> <table width="90%" align="center"> <tr><td bgcolor="#33CCFF"><input type="checkbox" name="checkall2" onclick="checkUncheckAll(this);"/> Select All | <input name="delete" type="submit" value="Delete"></td> </tr></table> <table width="90%" align="center"> <tr> <td width="5%"> <tr> <td align="left"> </td> <td width="1%"></td> <td width="28%" align="left">Email</td> usb flash drive |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)








