Bootstrap

Online Voting System using PHP Free Source Code

Submitted by jkev on
Introduction of Online Voting System This is a PHP Project is entitled Online Voting System. This was developed specifically for a Secondary Level/High School of CHMSC. The system handles the voting process of the school and this provides an online platform for the student to vote for their desired candidates. About the System The Online Voting System source code is written/built using PHP, MySQL

Record Management System in PHP Free Source Code

Submitted by jkev on
Introduction of Record Management System This is a PHP Project entitle Personnel Record Management System. This web application/system manages, stores, and retrieves the records of personnel. This project was built for DepEd Silay which means the data or personnel in this system related to the said local government branch. About the Project This Record Management System was developed using PHP

Responsive URL Shortener Web App in PHP and jQuery Free Source Code

Submitted by oretnom23 on
Introduction This is a simple PHP and jQuery web application that I called as Responsive URL Shortener. This web application is inspired by the well-known/popular web application called Bitly. Same as the said web app, this URL Shortener project also generates a shortened URL. About the Responsive URL Shortener This simple project was developed using PHP, MySQL Database, HTML, JavaScript, jQuery

Dental Clinic Appointment Reservation System in PHP with Source Code

Submitted by jkev on
Hello guys! I have created A Dental Clinic Appointment Reservation System Project. This project helps a certain dental clinic to provide their patients or potential patients an online platform to schedule an appointment. This was developed for a specific Dental Clinic but the source code is easy to learn so you can modify it. The said web application project has 3 modules which are the Public Side

Customer Relationship Management (CRM) System in PHP with Source Code

Submitted by oretnom23 on
This is a simple PHP Project entitled Customer Relationship Management (CRM) System. This system provides a certain company an online platform to manage interactions with their customers or potential customers. The system allows the customer/potential customers to request a quotation for the services they selected in the system. The system also has a ticketing feature which is mainly built to

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

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.

Creating a Simple To Do List App in PHP

Submitted by razormist on
Learn on how to create a Simple To-Do List App 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 newly coders for its user-friendly environment. So Let's do the coding.