Hi,
I dont know if this is possible but...
I have a folder on disk which contains X number of images.
Folder Structure would be as follows:
../images/highres/
Can anyone provide an snippet of PHP code which would look into the highres folder and get the names of each image firstly and then ultimiatley update individual records in a database record with each fielname retrieved?
The UPDATE query part is not a problem, its just putting it in the correct place of the PHP that I need to establish.
Even an idea on where to start looking would be great.
Thanks in advance.
Kris.