che bisogno c'è di ciclare l'array?
Codice PHP:<?php
$in_string = implode(', ', $array);
$query = "DELETE from TABELLA where id IN ($in_string)";
?>
che bisogno c'è di ciclare l'array?
Codice PHP:<?php
$in_string = implode(', ', $array);
$query = "DELETE from TABELLA where id IN ($in_string)";
?>