I have a slight problem, I am displaying avatars for people who upload them, but people are putting HTML/PHP code inside the .jpg instead of an actual image, and it is executing on the page. When they upload I am checking to see if its a jpeg, and they are, so how could I stop this?
Thanks alot..
// Update:
I believe that I have fixed this, I put more strict parameters on uploading, but if anyone else has had this problem, feel free to provide their input.