Likes Received By Krownet
-
nico_swd liked Krownet's post in the thread Checkbox Delete (MySQL).
Oh.. woops. if (is_array($_POST['email'])) { mysql_query("DELETE FROM mails WHERE mailid IN(". implode(', ', array_map('intval',...
Dec 14, 2006 -
bobby9101 liked Krownet's post in the thread Checkbox Delete (MySQL).
If you want to do it that way, it should look more like this: if (isset($_POST['email'])) { foreach($_POST['email'] as $key =>...
Dec 14, 2006