mdo4
02-24-2003, 01:17 PM
Hello:
I'm implementing a photography site in PHP with a large number of photos. To top it off, mySQL is not available on the host so I'm placing photo data in a large array. To ease the data entry nightmare of entering all applicable photo data into this array, I have this question: Is there a way to use PHP to 'crawl' the server file structure and access photo info such as width and height? When I view my image files, dimension information is seen when viewing my folder in details mode, is this information available programmatically?
- Mike
I'm implementing a photography site in PHP with a large number of photos. To top it off, mySQL is not available on the host so I'm placing photo data in a large array. To ease the data entry nightmare of entering all applicable photo data into this array, I have this question: Is there a way to use PHP to 'crawl' the server file structure and access photo info such as width and height? When I view my image files, dimension information is seen when viewing my folder in details mode, is this information available programmatically?
- Mike