Bootstrap

Employee Daily Task Management System in PHP and SQLite with Source Code

This is a Simple PHP Project entitled Employee Daily Task Management System. This is a web-based application that provides an online platform for companies employees to manage their daily tasks. This simple application is a sort of tasks feeder to the employees/staff in each department. This was developed using PHP and SQLite3 Database. The project can be accessed by the system admin users and

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

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

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

Managing Page Content using PHP and Summernote Text Editor Tutorial

This is simple Tutorial Code that tackles about Managing Page Content on a Web Application. This tutorial will help you to understand and have an idea of how to create a Page Content Management Feature for a CMS Website. This kind of feature can give your end-users a way to create or manage page content through the front-end or without managing the actual source code files. This can be useful for those who are planning to develop a Content Management System (CMS) using PHP Language.

Online Payment Hub using PHP and PayPal Free Source Code

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

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 Online Grocery Ordering System in PHP and SQLite Free Source Code

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

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 Sort Data of HTML Table Column using jQuery Tutorial

In this tutorial, we will tackle about how to Sort the HTML Table Column Data using jQuery. Here, I will show how to create a custom JavaScript function that can sort each column in your HTML table. I will be providing a simple HTML Application Source code below which contains a sample HTML Table with Table sorting function. The sorting function will be triggered when the user clicks the column header. Each column header will have an arrow up icon if a user triggers the column to sort in ascending direction and an arrow down for descending direction.

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

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.