Blog > July 2011

Tutorial: PHP Photo Gallery With No Database

July 2011 · 10 Comments

The purpose of this tutorial is to help beginner PHP developers understand some basic PHP concepts and functions by building a simple photo gallery script. This photo gallery does not require a mysql database. The images are stored on the server and are retrieved & displayed using PHP.

View source code

Here are some native PHP functions used in the script: