M Mira New member Jul 23, 2009 #1 In PHP+MySQL, I want to delete a record with given id. I can delete any record. but when the user input the wrong id that does not exists the database then how can I check it? How I tell the user that this id is not exists?
In PHP+MySQL, I want to delete a record with given id. I can delete any record. but when the user input the wrong id that does not exists the database then how can I check it? How I tell the user that this id is not exists?