1
mouacy
code to delete deleted user's avatar
  • 2007/4/22 21:53

  • mouacy

  • Not too shy to talk

  • Posts: 138

  • Since: 2002/11/2


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?