php

Simple and Nice Shopping Cart Script in PHP with Source Code

Submitted by habencs on
This is a simple project called Simple and Nice Shopping Cart. This was developed using PHP and MySQL Database. This will help you learn how to create a simple eCommerce website with an admin panel. The web application admin panel is the side of the system in which the admin user can manage the products of the shop/store. While on the customer/visitor side, they can explore the products, register

Creating a Live Search in Table using Vue.js and PHP

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a search function that searches MySQL table using Vue.js with the help of axios.js and PHP. In this tutorial, you can search for either the first name or the last name of members in the members' table then it will return members that match your search.

Resort Reservation System with Online Payment using PHP and PayPal Source Code

Submitted by janobe on
This reservation system has the ability to help its customers find available rooms, cottages, and even function halls for their convenience. And in here, they will also have the idea of the room rates where they can quickly reserve for their family members or friends. On the admin side of this system, the admin can add rooms and set the rates of every room, cottages, etc. And also he can upload images. The admin can view all reservations and it can be printed for the reports. A PayPal, Credit Card and Debit Card can be use a payment method.

Simple ChatBot Application using PHP with Source Code

Submitted by oretnom23 on
This is a simple Web Application Project entitled Simple ChatBot Application. This project was develop using PHP Programming Language. This chatbot application can simulate conversations with the end-users. The end-user can ask/query anything with this application and the chatbot will automatically respond accordingly to the queries/questions. The program has an admin panel where can admin user of

Simple P.E. Equipment Inventory and Reporting System in PHP/CodeIgniter with Source Code

Submitted by RebornChieko on
This is a CodeIgniter Project called Simple P.E. Equipment Inventory and Reporting System. This web application manages the school's P.E. Equipment and records the lost equipment. This project will help you to learn how to create something like this project using PHP CodeIgniter Framework. The system contains CRUD ( Create, Read, Update, and Delete) functionalities to manage the database through

Human Resource Information System Using PHP with Source Code

Submitted by nelzkie15 on
This project is entitled Human Resource Information System and was developed using PHP. This web application is a great help for our own company and can track each employee what time, the date he can be assigned to different branches and I know what branch he used to be and so on. The system has a Multi-Login Feature and has 3 types of user roles which are the Super Admin (HR Head), Admin (HR Head

Gadget Works Online Ordering System in PHP/MySQLi with Source Code

Submitted by janobe on
This is a Gadget Works Online Ordering System that was been developed using PHP/MySQLi. The main goal of this Online Ordering System is to improve customer convenience. You can easily explore it because it’s a user-friendly system and all you need is a computer or laptop and a strong internet connection. In this system, you will be able to set a discount and retail price for the products. You can

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

Submitted by Skynidnine on
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

How to Generate a QR Code using Google QR Code API and PHP

Submitted by nurhodelta_17 on
This tutorial tackles how to create a QR Code using Google QRCode API with PHP. QR stands for Quick Response and as per Google Dictionary description, it is a machine-readable code consisting of an array of black and white squares, typically used for storing URLs or other information for reading by the camera on a smartphone.

How to Create a Price Range Slider Filter Using PHP and Ajax

Submitted by razormist on
Learn on how to create a Price Range Slider Using Ajax. PHP is a server-side scripting language designed primarily for web development. Using Ajax, data could then be passed between the browser and the server, using the XMLHttpRequest API, without having to reload the web page. It is designed to simplify the traditional way of coding in javascript.