True, that way wouldn't be hard, and I was about to result to that, but I was just seeing if it could be done in some other simpler trick.
Too bad it can't be done with something simple like how you can return the auto_increment id of an INSERT command using $DB_site->insert_id();
PHP needs a delete_ids(); that functions like insert_id(); but for the DELETE query (and can return many values).
[high]* Velocd shrugs
[/high]
Thanks though