MYSQL

Tenant Directory Management System using PHP/PDO with Source Code

Submitted by ronneldlt on
This project is entitled Tenant Directory Management System that was developed using PHP/PDO. The system has a Floor Plan of the specific building that indicates the exact location of the stalls of each tenant of the specific commercial building. The system also processes the tenants' lease payments and electricity bill payments. This project has 3 images of floor plans which are the Ground Floor

Simple CodeIgniter CRUD Application with Bootstrap Source Code

Submitted by henryenlineagt on
This is a Simple Web Application that was developed using PHP and CodeIgniter Framework. This is system has a CRUD Operations ( Create, Read, Update, and Delete). Use this simple CodeIgniter CRUD application to get a basic idea on how to work with CodeIgniter. This can be helpful especially those who are new in PHP Programming. This web application also uses Bootswatch Bootstrap Library to make

Simple Student Information System using PHP with Source Code

Submitted by jazbautista on
This is a simple PHP Web application entitled Simple Student Information System. This project will help you learn a simple way in developing an Information System using PHP Language. This simple information system allow the students to register and input their informations. The student can also see the details of other students by searching them. The system uses Bootstrap Framwork for the design

CRUD Operation using PHP/MySQLi with DataTable and TCPDF Tutorial

Submitted by nurhodelta_17 on
This tutorial source code will teach how to CRUD(create, read, update, delete) using the two MySQLi Extensions which are OOP and Procedural. Also included, the data table library which is an extension that uses jquery to beautify and add functionality to HTML Table. Lastly, included is a PDF Generator using the TCPDF library.

Inventory Management System Using VB.NET and MySQL Database with Source Code

Submitted by janobe on
Doing an inventory can be a tough job but here’s a software-based inventory system that will keep your inventory balanced. This inventory system lets you track and monitor easily the inventory and sales. Aside from that, this system also includes tasks such as stock-in, stock-out, and return for products. This uses a variety of information or data to keep track of the product as they move through

Basic Shopping Cart using PHP/MySQL with Source Code

Submitted by gebbz on
This project is entitled Basic Shopping Cart. This is a web application that was developed using PHP and MySQL Database. This program allows visitors to your online shopping site to collect items in a virtual shopping cart over multiple product web pages without losing the items ordered. The system has 2 modules which are the Admin and Customer module. The Admin user can handle and manipulate the

Payroll Management and Information System in PHP with Source Code

Submitted by Colins on
This is a Simple Payroll Management and Information System project. The system has simple management features that will help to calculates the payroll of the employees in an organization. The system stores the amount of the deductions and income rate. This system has the operations and logic in developing a web application using PHP Programming Language. My main purpose in sharing this source code

Creating an AngularJS CRUD App with Search, Sort and Pagination with PHP/MySQLi

Submitted by nurhodelta_17 on
This is a CRUD(Create, Read, Update and Delete) using Angular JS with the help of PHP and MySQLi to handle our database. Also includes how to filter/search data, sort data and paginate data from our MySQL Database. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Paged Applications.

College Notes Gallery Management System using PHP with Source Code

Submitted by Anirban Dutta on
This College Notes Gallery Project in PHP is a notes management system which helps users to upload, download and manage notes of their particular course. The whole system is coded in core PHP and MySqli. The system has 3 types of user which are the Admin, Teachers/Faculties, and the Students. The admin has the access of the admin panel which he/she can view all uploaded notes. Features Multiple

How to Disable Submit Button on Three Unsuccessful Login Attempts in PHP

Submitted by nurhodelta_17 on
This tutorial tackles how to disable submit or submit button if three unsuccessful login attempts are made. In this tutorial, we are going to make use of PHP sessions. Adding a submit button on the form makes the form dependent on the button meaning that if the button is disabled, the form won't be submitted.