Website idea — does this exist?

Out of context: Reply #4

  • Started
  • Last post
  • 11 Responses
  • fruitsalad1

    sounds like you need to code something yourself with some simple php to look at what's in your folders then have the php write the html for you.

    It's pretty simple. Structure would be:

    website request > runs index.php, that scans images folders for images, gets names and date of files into array, organises by date, simple loop to then write out div boxes that contain the images. Then use css / jquery to style and layout site.

    issues might arise in your php/html will need to run from a server, your images will not be on the same server if in a google drive etc. so there could be a slow load or permission issues.

View thread