Hello,
I am wondering how to accomplish the following.
I have a folder stored locally on my harddrive.
I want to create a PHP script that will take the folder location and rename and upload every single jpeg in that folder and do some database stuff.
The only code I need is the part to process the entire folder.
Example would be. In the folder C:\images\thumbnails\ I want the script to take every image in that folder and upload and rename it and insert some information in a database.
Any help would be appreciated.
Thanks.