Hi,
Using MySQL
Is there an easy solution to count deleted records in a table?
For instance: I want to delete all records "Jones" in the table "names"
$query = "DELETE FROM names " ."WHERE host LIKE '$keyword[$i]'";
echo "$count records deleted";
Help much appreciated