records in database not being delete

OT

and today if you delete something at one drive and empty the trash there, there is a extra copy to delete definite^^
at pc its incredible what they all collect. if you check this you will be surprised.
google mail have also the intention to have a copy of mails.
they make money with our data and become bigger and bigger, that is risky and not good for other small companies.

[quote=484258:@Jeff Tullin]By the way, you aren’t storing passwords in clear text are you?
If someones password is Banana, you don’t store Banana in the database?[/quote]
Yes, please don’t do this. Follow Paul’s advice.

Your code is open to SQL Injection. Someone can destroy your system just typing “smart passwords”. For example, a password like “’ or ‘’ <= '” will delete all the records of your table.