Is there any way i could run the following 'logical code' to actually work?
$sql=mysql_query("DELETE FROM users WHERE id='3,4,5,9'");
I basically want to give my user a tick box to tick for all displayed rows, they can then pick which ones to remove... i just want to remove more than one row with the id's specified?
Any ideas?