Online Art Gallery Shop Project in PHP | Advance

Subscribe YouTube For Latest Update Click Here

100 + PHP Projects with Source Code 

An art gallery exhibits the works of many artists. Each artist is given a specified space on the online webpage. The artists are charged for the space allotted to them on daily basis. The charges vary in different months. Jan to April and August to December the charges are Rs 200 per day per exhibit, from May to July charges are Rs 300 per day per exhibit. Each exhibit has a name and style of painting. The exhibits can be bought by the online customers who need to register with the art gallery. On receiving the full payment, the painting is sent to the customer. The system keeps track of the status of delivery of the painting to the customer. This status can also be seen by the customer. The gallery also stores the information about the visitors of the gallery who need not register with the art gallery website. For visitors only email id of the visitor is asked. Every month a complete information of business through online site is created for the artists as well as for the site promoters.

Admin Feature :-

  1. Add new Products.
  2. View Products.
  3. Edit Products.
  4. Delete Products.
  5. View Order.
  6. Track Orders.

User Feature :-

  1. login Feature.
  2. Signup Features.
  3. Add Cart Features.
  4. View Cart.
  5. Buy Product.
  6. Billing.
  7. Bill Printing.

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.
  2. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.

Software Requirement(any one)

  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:/wamp/www/" .
  3.  Database Configuration
  4. Open phpmyadmin
  5. Create Database named online_art_galley.sql
  6. Import database online_art_gallry.sql from downloaded folder(inside database)
  7.  Open Your browser put inside "http://localhost/project folder/"
  8. Admin Login Username- admin@admin.com ,pass - admin