• Stars
    star
    153
  • Rank 235,912 (Top 5 %)
  • Language
    PHP
  • Created over 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Course - Food Order Website with PHP programming language and MySQL database.

🥘 Food Order Website Complete Course

In this course, you'll learn to Create a Complete Dynamic and Fully Functional Website using PHP prrogramming language and MySQL Database.

⚙️ Technology Used

  1. HTML5
  2. CSS3
  3. Core/Procedural PHP programming language
  4. MySQL Relational Database

🧰 Features

  1. Visitors/Users can browse all the Categories and Food Items.
  2. They also can order easily from the website.
  3. Admin can Manage Admin, Caegories and Food Items
  4. Admin can also Manage and Track Food Order and Delivery

🎓 Access the Course

Click Here and Learn to develop a fully functional and dynamic "Food Order System" with PHP programming language and MySQL Database.

👏 Support Developer

  1. Subscribe & Share my YouTube Channel - https://bit.ly/vijay-thapa-online-courses
  2. Add a Star 🌟 to this 👆 Repository

Donate

PayPal

Buy me a Coffee ☕️

Donate by wire transfer: E-Mail at [email protected] for wire transfer details.

📖 How to Download the Project and Run on your PC?

Pre-Requisites:

  1. Download and Install XAMPP

Click Here to Download

  1. Install any Text Editor (Sublime Text or Visual Studio Code or Atom or Brackets)

Installation

  1. Download as as Zip or Clone this project
  2. Move this project to Root Directory
Local Disc C: -> xampp -> htdocs -> 'this project'

Local Disk C is the location where xampp was installed

  1. Open XAMPP Control Panel and Start 'Apache' and 'MySQL'

  2. Import Database

a. Open 'phpmyadmin' in your browser b. Create a Database c. Import the SQL file provided with this project

  1. Make Changes to settings

Go to 'config' folder and Open 'constants.php' file. Then make changes on following constants

<?php 
//Start Session
session_start();

//Create Constants to Store Non Repeating Values
define('SITEURL', 'http://localhost/food-order/'); //Update the home URL of the project if you have changed port number or it's live on server
define('LOCALHOST', 'localhost');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', '');
define('DB_NAME', 'food-order');
    
$conn = mysqli_connect(LOCALHOST, DB_USERNAME, DB_PASSWORD) or die(mysqli_error()); //Database Connection
$db_select = mysqli_select_db($conn, DB_NAME) or die(mysqli_error()); //SElecting Database 

?>
  1. Now, Open the project in your browser. It should run perfectly.

More Repositories

1

django-student-management-system

This is a Simple Student Management System Developed for Educational Purpose using Python (Django).
JavaScript
316
star
2

web-design-course-restaurant

This is a Restaurant Theme Website Template, designed using html and css.
HTML
227
star
3

simple-multivendor-site

Simple Multi Vendor E-Commerce Website using Python Django.
Python
112
star
4

django-jewelry-shop

Simple E-Commerce Website with Django
CSS
73
star
5

anystore

Billing and Inventory Management System Build in C# and MS SQL Server 2014
C#
69
star
6

simple-music-player-app-in-c-sharp

This is a Simple Music Player App created in Microsoft Visual Studio using C Sharp (C#) programming language. This app can select multiple songs and play songs too.
C#
41
star
7

gre-gmat-test-preparation-system

This is a GRE/GMAT Online Test Preparation System developed for an Educational Institute of Nepal
HTML
38
star
8

BloodBankManagementSystem

Blood Bank Management System, App that manages the detail of the donor in Blood Bank for easy access and management.
C#
33
star
9

task-manager

Simple Task Manager web app with PHP and MySQL (Complete Tutorial)
PHP
30
star
10

Econtact

This is a Simple C# Desktop Application which can be used to save contact details of family and friends. It is built in C# programming language and MSSQL Server 2014 is used as database.
C#
26
star
11

DGVPrinter

This class includes codes to print bill from data grid view in C# windows form application.
C#
25
star
12

phpmultilingualblog

Simple blog in PHP and MySQLi supporting multi languages.
PHP
16
star
13

vijaythapa333

13
star
14

DepartmentStoreManagementSystem

This is simple desktop based Department Store Management System build in 2 days for practice purpose. It is developed using C# and SQL Server.
C#
13
star
15

BugTrackingApplication

This application was developed to track bugs/errors on software development projects and solve them later. It was developed using C# programming language as a College Assignment.
C#
11
star
16

HouseRentalSystemUI

This is simple front end project for House Rental System. To develop this project, HTML5 and CSS3 is used.
HTML
9
star
17

ONLINE-BRANDING-SYSTEM-PP-

This is an Online Brand Marketing System developed in ASP.net for FInal Year Production Project. It will help the brands or any organization to publicize their products and services via World Wide Web.
C#
7
star
18

phpblog

Blog Design and Development in PHP & MySQLi with Bsc.CSIT students at Asian School of Management and Technology.
PHP
7
star
19

free-agency-website

Modern, Flat Clean and Responsive Agency Website Design, Download for Free.
CSS
6
star
20

cycle-analysis-software

College Project
C#
5
star
21

VIJAY-THAPA-PERSONAL-BLOG

This is my personal blog project for myself. (HTML5,CSS3,JavaScript,JQuery,MySQLi,PHP7)
5
star
22

django-finance

This is an Income - Expense Tracker app, built using Django (Python) for Educational Purpose Only.
HTML
5
star
23

web-design-course-portfolio

Portfolio Web Design with HTML and CSS only
HTML
4
star
24

HouseRentalSystemASP

This is the project fro House Rental System in C# ASP.NET and MSSQL Server.
C#
4
star
25

free-bootstrap-adventure-theme

This is a free website template for travel/adventure organizations, made with Bootstrap.
JavaScript
2
star
26

data-visualization-with-excel-dataset

This repository includes the data set for "Data Visualization with Excel" Tutorial
2
star
27

household-registration-for-housing-reconstruction-program

This is a Sample project for the Household Registration for Housing Reconstruction 2072.
C#
2
star
28

GoogleInputToolsNepali

This repository includes Google Input Tools Nepali in working condition.
1
star
29

FirstWPBlogTheme

This repository contains the first Word Press Blog Theme designed by me while learning WordPress Theme Development.
PHP
1
star