php

Simple Online Public Access Catalog (OPAC) using PHP and SQLite Free Source Code

Submitted by oretnom23 on
This is a Simple PHP Project entitled Simple Onlne Public Access Catalog (OPAC). This is a web-based application that manages a certain school or university's library database of the materials or books in the library. The application provides the student or faculties an online platform where they can browse or search the book they are needed. This has a simple user interface/design using the

Simple Client Management System in PHP with Source Code

Submitted by oretnom23 on
Introduction This is a Simple Client Management System in PHP and MySQL Database. This is a simple web-based application that provides an online platform to manage the clients' invoices for companies. The application was developed for educational purposes only and has a different process that can help new programmers and new to the PHP Language enhance and widen their programming capabilities

Employee and Visitor Gate Pass Logging System in PHP with Source Code

Submitted by oretnom23 on
Introduction This is an Employee and Visitor Gate Pass Logging System in PHP and MySQL Database. This is a simple web-based application that provides an automated platform for a certain company to track or log the daily records of employees and visitors that enter the company's building or premises. The application can help to track the details of individuals who entered and exit the company. This

Stock Management System in PHP/OOP with Source Code

Submitted by oretnom23 on
Introduction This is a Stock Management System in PHP and MySQL Database. This is a web-based application that provides an online and automated platform for shops or businesses. This project can manage the company's Purchase Orders, Receiving, Back Orders, returns, and Sales Records. The application has a pleasant user interface with the help of Bootstrap Library and AdminLTE template. This has

Online Payment Hub using PHP and PayPal Free Source Code

Submitted by oretnom23 on
Introduction This is an Online Payment Hub in PHP and MySQL Database. This project is a simple PHP Project that provides an online platform for individuals to pay their bills, loans, or etc. This is a web-based application integrated with PayPal as the payment gateway. This has a simple dark mode user interface and user-friendly functionalities. About the Online Payment Hub I developed this

Money Transfer Management System (Send Money Businesses) in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a Money Transfer Management System in PHP. This project is a web-based application that provides an online platform for the money sender company or business. This manages the company's clients' transactions and is connected to all branches. This will help to centralize the transaction records of the said business and helps to easily retrieve and manage the records. This has a

Simple Subscription Website with Admin Panel in PHP and SQLite Source Code

Submitted by oretnom23 on
This project is entitled Simple Subscription Website. This is a web-based application that provides companies with possible members to apply to a plan that offers something. This application has an admin panel where the system management can manage all the information can be found on the website. The information shown on the website is all dynamically created which means the company doesn't need

Simple Online Grocery Ordering System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
This project is entitled Simple Online Groceries Ordering System. This is a web-based application that provides an online platform for the Grocery Store/Shop's customers or possible customers to order their desired product. The main purpose of this simple project is to let the customers buy their groceries without going to the shop or store. The system will list all products with available stocks

Creating a Simple Comment Section using PHP and SQLite Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create a Simple Comment Section in your Web Application Projects using PHP and SQLite Database. Comment Section is one of the most common feature in a web application such as Blog Sites. This application feature allows users to leave a comment, ask questions, or feedback for a certain post/content. This kind of web application feature also allows other users to reply-to-comment which means other users can leave a comment under a specific comment too.

How To Create Live Data Monitoring Page in PHP using jQuery and Ajax Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about How to Create a Live Monitoring Page in PHP and JavaScript (jQuery and Ajax). A page which automaticaly updates the data without reloading or refreshing the page. This web application feature can be meet by several methods or techniques but in this tutorial I will be using JavaScript's setInterval() function to execute a certain function for a certain time interval.