Codice PHP:
$sql "DELETE FROM tabella WHERE id IN ($clausola_IN) ";
echo 
$sql."
"
;
$q33 mysql_query($sql) OR DIE("
Errore Numero: "
.mysql_errno()."
- Descrizione: "
.mysql_error()"); 
Così ti dice dove sta l'errore.