I am not sure this is possible with PHP being a server based language, however if anyone can tell me how to do it or point me in the right direction it would be much appreciated.
I am writing a picture gallery page which takes a folder as an external variable and displays all pictures in that folder. Is it possible to give a URL as a folder? If I try this I get a 'false' returned from the is_dir() function which I do not get with a local folder.
Thanks for any help
Tom
I am writing a picture gallery page which takes a folder as an external variable and displays all pictures in that folder. Is it possible to give a URL as a folder? If I try this I get a 'false' returned from the is_dir() function which I do not get with a local folder.
Thanks for any help
Tom