Using PHP, I am trying to delete a record, but I want to check if it was successful or not. Is any of the successful DELETE FROM foo where bar = 'stuff' true?
Alternatively, do you know any other ways to verify the success of a DELETE? Or should I just make sure the string exists before I delete it? I am trying to avoid another request if possible.
php mysql
jergason May 28 '09 at 18:11 2009-05-28 18:11
source share