Friendly Island Pizza Website and Ordering System in PHP with Source Code

Language

About

This is a PHP Project that was developed for a Pizza Shop/Business (Friendly Pizza Island). This project is a website of the pizza shop to help them to market their products. The system also an online ordering feature that provides the shop/business clients an online platform to order their favorite/desired pizza. The ordering features have 2 modes of payment which are cash and online payment. The cash payment is included commonly for the pickup process of the order and the online payment can be commonly used for a delivery type of order, but, either way, the customer can select either cash or online payment. Talking about the website, this PHP Project contains some information/contents about the company that is relevant and useful to attract their possible customers.

Case Study

The case study contains 2 parts, each building one part of the system.  The objective is to produce a new PHP & MYSQL website for Friendly Island Pizza.

  • Part 1
  • Using XHTML, CSS and JavaScript, produce a website that shows the following,
      • Homepage for the website
      • About us, that shows a brief history of the Restaurant
      • Contact us shows all available contact information about the business.
      • Our Menus shows the restaurant pizza menu available for the customer to choose
      • Other and Useful Links for the business
      • Use an external style sheet for these web pages.
  • Part 2
    • For this task, you are required to write a 2 script using PHP as a good choice of Web Application to generate the following pages as required, 
    • Firstly is the Register Online page. On this page, you must create a Registration Form so that visitors can register to become a member of the business.

When the visitor clicks the submit button, all the data will be inputted into a MySQL database.

    • Secondly is the Pizza Menus page with detailed information about every pizza they make. On this page, visitors can get information about the various menus order for the business products. All the information are to be extracted from another MYSQL database

Features

  • Home Content
  • About Us Content
  • Pizza Menus List
  • Sponsors Content
  • Member Registration Form
  • Member Login
  • Order Pizza
  • Online Payment (using PayPal)
  • Contact us Content

The source code is free to download. Feel Free to download and modify the source code the way you desire.

How to Run

Requirements

  • Download and Install any local web server such as XAMPP/WAMP.
  • Download the provided source code zip file. (download button is located below)

Installation/Setup

  1. Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".
  2. Extract the downloaded source code file.
  3. If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create a new database naming "friendlypizza".
  6. Import the provided SQL file. The file is known as "friendlypizza.sql" located inside the "db" folder.
  7. Browse the Friendly Pizza Island with Ordering System in a browser. i.e. http://localhost/FriendlyIsPizzaWebsite

Note: The project source code does not include an admin panel. To configure the PayPal merchant App Credentials, open the paymentportal.php file.

DEMO

That's it! You can now explore the features and functionalities of this project. I hope this will help you with what you are looking for.

Enjoy :)

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Add new comment