im really having a tough time trying to upload images using php and mysql, and i really need help!
this is what i want to do in natural language:
1. upload an image
2. check if format is okay(png, jpeg, gif)
3. rename the image file, so theres no ambugity in this format(eg. pic-$userid.gif)
4. upload the pic to the images/folder
5. and delete the old one, or remove the defualt picture when on registration
im trying to look for resources online, but cnt seem to find any!!1 thanks :))