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.
$req = spi_exec_query("DELETE FROM data WHERE id = $id",1); [download]