AJAX

Simple Form Builder Web App using PHP and jQuery with Source Code

Submitted by oretnom23 on
Introduction This is a simple PHP and jQuery Project that allow the users to create a dynamic form. This project is was inspired and works such as Google Forms though this web app has only the basic feature of the said existing application. This project can be used to conduct surveys, online job application forms, and etc. About the Web Application This Simple Form Builder Web App has the CRUD

Simple ToDo List Web App using Python and Django Source Code

Submitted by oretnom23 on
Simple Todo Web App using Python and Django This simple project is a Simple Todo Web App that was developed using Python and Django as the Web Framework. This application allows users to Create, Read, Update, and Delete Todo Items. The user can also mark Todo Items which already done and to this, the user will just simply check/click the provided checkbox provided along with the items. When the

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.

Live Chat System using PHP with Source Code

Submitted by Abba Gana on
This is a Simple Live Chat System was developed using PHP and MySQL Database. This Chat System will help you, specially to those programmer who are building their own social networking site. This is very easy to implement, risk free to install. this chat save and load your message without loading the page content. This web application has a simple and pleasant user interface. The Chat System was

Online Ticket Reservation System using PHP with Source Code

Submitted by winex01 on
This is a Simple Online Ticket Reservation System that was developed using PHP and MySQL Database. This system help the travel businesses to provide their client an online platform to reserve a ticket to their desired destination. The system has a pleasant and responsive user interface with the help of Bootstrap Library. This system has only small scope but enough to help you guys to understand

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

Student Project Allocation and Management System using PHP with Source Code

Submitted by Lewa on
This project is entitled Student Project Allocation and Management System. This system allocates the project to the students in a school. The system stores the list of projects, students, and system users. The source code is easy to understand which would be a lot easier for the newbies to learn with. The system uses CRUD (Create, Read, Update, and Delete) Operations which is the common operation