Can i build a picture gallery without database?

I want to build a picture gallery without database. In this gallery i have a different folder and files. How can i build gallery like this. Structure is — Main Folder > Folder Name > Files Name

At first page i put main categories name and second page i display folders name of main categories and next page i will display the images for download.

Any body help me to build it. Thanks

put thumnails up on different pages, link from thumbnail to picture

This entry was posted in picture gallery. Bookmark the permalink.

2 Responses to Can i build a picture gallery without database?

  1. b says:

    put thumnails up on different pages, link from thumbnail to picture
    References :

  2. Ron Guilmet says:

    Two things come to mind.

    1. Assuming you know a programming language, you could create a backend in php for example, using mkdir and fopen. This will allow you to insert new pics.

    2. The other way I can think of is using html, but you would have to "hard-code" every link.

    Ron
    References :