- © 2013, Manuel Spierenburg, [email protected]
- Licenced under GNU General Public License, Version 3.0
- single file php photo gallery
- organize your photos in the folder
- no database etc needed
http://www.superbly.ch/examples/photos/
create a folder "albums" and subfolders to store images in it. place index.php in root folder.
example:
root
|-- index.php
|-- albums
|-- album1
| |-- image1.jpg
| |-- image2.jpg
| |-- ...
|
|-- album2
|--image1.jpg
|--image2.jpg
|--...
if you want to change the root album folder name change the variable albumdir in the index.php file.