rufnex
says
@gkwelding: that is top ;o)
rufnex
says
You don’t need a loop for the deleting stuff. You can use the snippet that brenelz postet before or something like that:
$array = range(1,7);
$and = implode(", AND id = ", $array);
print "DELETE FROM table WHERE id = $and";
