Posts

Showing posts with the label Food Ordering System

Global Food Ordering System Using PHP and MySQL | PHP Gurukul

Image
  Food Ordering System Using PHP and MySQL Project Name Food Ordering System Language Used PHP5.6, PHP7.x Database MySQL 5.x User Interface Design HTML, AJAX,JQUERY,JAVASCRIPT Web Browser Mozilla, Google Chrome, IE8, OPERA Software XAMPP / Wamp / Mamp/ Lamp (anyone) Last Updated 06 June 2021 Food Ordering System using PHP and MySQL In FOS we use PHP and MySQL database. In this project any person can order food online. It has two modules, admin and user. Admin Module Dashboard:  In this section, admin can see all detail in brief like a total order, not confirmed order, confirmed order, Total food being prepared, Total food pickup, Total food delivery, Total canceled orders, and Total user. Reg Users:  In this section, admin can manage the registered user (view/update). Food Category:  In this section, admin can manage the food category (Add, delete and Update). Food Menu:  In this section, admin can manage the food menu (Add, delete and Update). Orders:  In ...