in reply to Re^4: Help on selecting and deleting many records in a DB.
in thread Help on selecting and deleting many records in a DB.

And deletion is done by a command like:
$req = spi_exec_query("DELETE FROM data WHERE id = $id",1);