This topic is locked

Auto insert photos

11/19/2010 10:43:51 AM
PHPRunner General questions
S
swanside author

Hi there.

I want to make a webpage that you can view photos from a folder, so a user can FTP a batch of photos to a webserver, then when you login to a website the photos appear, is this possible with phprunner?

Sergey Kornilov admin 11/19/2010

Some manual coding will be required to make that happen. You'll need to write PHP code that scans certain directory for file names and displays all of them as images.