#### Checkbox Elements . $id = $_POST['id']; if (isset($_POST['delete'])) { $impid = implode(",", $id); $Qdell2 = mysql_query("SELECT * FROM salle WHERE sal_id IN(".$impid.")") or die (mysql_error()); $Qdell = mysql_query("DELETE FROM salle WHERE sal_id IN(".$impid.")") or die (mysql_error());
//-------------------------------------------------------------------------------------------------------+ $QdellPic = mysql_query("SELECT * FROM pics WHERE salle_id IN(".$impid.")") or die (mysql_error()); $QdellPic2 = mysql_query("DELETE FROM pics WHERE salle_id IN(".$impid.")") or die (mysql_error());
Can you tell me how to unlink multiple images to the same section...
Like :
Products -> iphone
the iphone section have 10 images when i delete this section , all images related to this
section be deleted ..
this is my code but but i don't know where the problem
delete.php
delete_ac.php
but delete one image only
any help i appreciated ...
now every thing is OK..
thanx lyleyboy ..