A number of articles on image upload and manipulation with PHP.
- How to create thumbnails with PHP and gd
- Storage and re-use of images using PHP/GD - Part 1
- Storage and re-use of images using PHP/GD - Part 2
When processing images check that the file is an uploaded file and not one of files stored on your server. Function to do it is:

Комментарии