Bootstrap

Police Crime Record Management System in PHP Free Source Code

Submitted by Osman Yahaya on
This Police Crime Record Management Project was developed using PHP Language. It was developed to help police record crime types they receive at their stations on daily basis. The project is a web-based application and has CRUD (Create, Read, Update, and Delete) Operation functionalities. The system can be accessed by 3 types of system users which are the Admin, CID, and NCO. Police Crime Record

Budget and Expense Tracker System in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Budget and Expense Tracker System. This system is a web-based application that manages your personal/small business budget and expenses. With this, you can easily track the entries budget and expenses by category. The project is simple, has a pleasant user interface, and is easy to use. About the Budget and Expense Tracker System This Budget and Expense

Complaint Management System in PHP Free Source Code

Submitted by razormist on
Complaint Management System with Source Code is a PHP project that can request a complaint through an online service. The system is easy to operate and manage, the user can sign up for an account and provide login information before you send your complaint request. The user must fill up some needed information to start up a complaint to any topic that they're against. About the Complaint

Online Student Admission System in PHP Free Source Code

Submitted by Walterjnr1 on
This project is an Online Student Admission System that manages certain school's admissions and other data/records. This system stores the list of the students along with the relevant information. The system has many features such as enrollment, admission application, performance management, and many more. The system is functional and free to download. The system was built/developed using PHP

Online Course Registration in PHP Free Source Code

Submitted by razormist on
Online Course Registration System with Source Code is a PHP project that can enroll students in any course in a convenient way. The system is easier to use, the student is required to log in first before they can enroll. The student must provide their pin# to proceed in the selection of courses. They can also print out their registration details after finishing the enrollment process. About The

Banking System using PHP Free Source Code

Submitted by oretnom23 on
This is a Simple Banking System Project that I'd developed in PHP. The project manages the bank's clients' accounts and handles the basic transactions of the clients. The system has 2 types of users which are the Admin and Clients. The system allows the client to save the records of their Deposits, Withdraws, and Fund Transfers. About the Banking System This Simple Banking System web-based project

Creating a Login and Registration Form using PHP PDO Tutorial

Submitted by razormist on
Learn how to create a PDO Login and Registration using PHP. PHP is a server-side scripting language designed primarily for web development. PDO stands for PHP Data Objects. It is a lean and consistent way to access databases. This means developers can write portable code much easier. It is mostly used by a newly coders for its user-friendly environment.

Creating a Simple Captcha Generator in PHP Tutorial

Submitted by razormist on
Learn how to create a Simple Captcha Generator using PHP. PHP is a server-side scripting language designed primarily for web development. Using PHP, you can let your user directly interact with the script and easily to learned its syntax. It is mostly used by a newly coders for its user-friendly environment.