Skip to content

A PHP script that recurses into directories and displays all the images within as a HTML page with links to the image file.

Notifications You must be signed in to change notification settings

s22-tech/recursive-image-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recursive Image Viewer

A PHP script that recurses into directories and displays all the images within as a HTML page with links to the image file.

Recursively scans a directory and returns an array of the images within.

This can be used as a stand alone application for viewing images or, if you are a web developer, you can put this in the root of your site and easily have a way to search all the images on your site from one page.

Adding the GET param "all" allows recursion to display all images from subdirectories.

About

A PHP script that recurses into directories and displays all the images within as a HTML page with links to the image file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.2%
  • PHP 33.8%