nevermind, i figured i it out myself.
For those of you who are like me, confused and mysql clueless, here's a helpful and better tip.
1. From phpMyAdmin, go to the table called 'avatar'.
2. There should be a text box that says 'Run SQL query..."
3. Delete the text thats in that text box.
4.)Now type in:
Code:
delete from avatar where avatarid#>avatarid#
Basically, if you have 100 avatars, and you'd like to delete all of them, your code would look like this:
Code:
delete from avatar where avatarid#1>avatarid#100
Click on 'Go' and you should be all set!