1
I have deleted many users from my database, but their avatars have not been deleted along with the username. Appearantly I can't spend days removing each of the over 2000 avatars. I want to be able to delete them with little time as possible.
Here is the idea:
Check avatar_name against username.
If username not exist, delete avatar file and remove link from database.
Can anyone help?