A
Anonymous
Guest
OK,
Ive got a query that returns back the amount of records there are for a certain customer. It does this using the while($row3 = @mysql_fetch_array($result3)) statment.
I then echo the results to a table. I wanted to have a tick box next to each row it produces so that they can select any record and delete it.
How could I achieve this with just one submit button so the row they tick deletes from the database?
many thanks.
Ive got a query that returns back the amount of records there are for a certain customer. It does this using the while($row3 = @mysql_fetch_array($result3)) statment.
I then echo the results to a table. I wanted to have a tick box next to each row it produces so that they can select any record and delete it.
How could I achieve this with just one submit button so the row they tick deletes from the database?
many thanks.