Bman900 Posted July 18, 2012 Share Posted July 18, 2012 I am looking for a simple way of displaying images from a folder, and then when u click on it, the full version will pop up. I have never really delved into java script so if there are any gurus in here that would help me out, I would sure appreciate it. Link to comment https://forums.phpfreaks.com/topic/265886-displaying-images-from-folder/ Share on other sites More sharing options...
Adam Posted July 18, 2012 Share Posted July 18, 2012 JavaScript runs in the user's browser, so is unable to get whatever files are in a folder on the server. You need to use a server-side language that has access to the file system, like PHP. Link to comment https://forums.phpfreaks.com/topic/265886-displaying-images-from-folder/#findComment-1362404 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.