PHP Image Gallery Project Source Code

Subscribe YouTube For Latest Update Click Here

100 + PHP Projects with Source Code 

Simple Photo Gallery is developed using PHP, CSS, Bootstrap, and JavaScript. Talking about the project, it contains a user side where a user can post photos easily. This project contains limited features which is only related to a photo gallery. In this project, the user has to perform all the main functions from the user side.

Modules:

  1. admin
  2. user

Admin Module Feature:

  1. create gallery
  2. add image
  3. view gallery

User Module Feature:

  1. view gallery

Brief overview of the technology:

Front end: HTML, CSS, JavaScript

  1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
  2. CSS : (Cascading Style Sheets) Create attractive Layout
  3. Bootstrap : responsive design mobile freindly site
  4. JavaScript: it is a programming language, commonly use with web browsers.

Back end: PHP, MySQL

  1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.

Software Requirement(any one)

( Make Sure PHP Version 5.5 or 5.6 )

Xamp PHP 5.6 download link -  Click Here

Xamp PHP 5.5 download link -  Click Here

  1. WAMP Server
  2. XAMPP Server
  3. MAMP Server
  4. LAMP Server

Installation Steps

1. Download zip file and Unzip file on your local server.
2. Put this file inside "c:/xampp/htdocs/" .
4. Open Your browser put inside "http://localhost/image-gallery/"

Admin Login Details
Login Id: admin
Password: root

user Login Details
Login Id: user
Password: user

Download here

3 Comments

  1. Hello, how do I resolve the following error:
    Deprecated: __autoload () is deprecated, use spl_autoload_register () instead in C: \ wamp64 \ www \ DevGallery \ modules \ autoload.php on line 3

Leave a Reply