I have a directory of pictures that I want to loop through and do some file calculations on. It might just be lack of sleep, but how would I use PHP to look in a given directory, and loop through each file using some sort of for loop?
I need to save an image from a PHP URL to my PC.
Let's say I have a page, http://example.com/image.php, holding a single "flower" image, nothing else. How can I save this image from the URL …
Possible Duplicates:
Images in MySQL
Storing images in MySQL
I'm trying to develop a website where users upload their images as part of registration. I want it that for each image, there should be a thumb created with PHP (which …