AJAX

Messaging Web Application in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a Messaging Web Application in PHP and MySQL Database. This project is a web-based messaging or chat platform where users can communicate with each other online. This project has multiple features that automatically load messages or chat updates. With the help of JavaScript, Ajax, and jQuery, users can have a better experience while using the application. The purpose of this

Simple Barangay Management System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
This is a Simple PHP Project entitled Simple Barangay Management System. This simple web application provides an automated platform for the barangays offices to store, manage, and retrieve their records. The application can help them to ease the flow of their day-to-day work. This can also lessen their bulk hard copies of records which are really hard to find a record for any cases. It has a

Populating Table From JSON File using jQuery and Ajax Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to Populate HTML Table from JSON File using jQuery and Ajax. This tutorial will teach to populate tables from JSON data using asynchronous HTTP (Ajax) requests. This technique can optimize your application page load by loading the data only when the page or document is ready. You can also refresh or reload the table row items without leaving the page.

Handling Dynamic Data Fields using Database Vertical Table Design in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle Handing Dynamic Data Fileds using Database Vertical Table Design. This idea is very useful for such web applications that handling multiple data. This will prevent multiple columns in your database table. Also, this will help you to store new data fields without making changes in your database table structure.

How to Limit Data to Display and Load when scrolled to bottom in PHP and jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how limit the data to display from database and load automatically when scrolled to bottom using PHP and jQuery. This technique is very useful especially to optimize the speed of loading bulk data. This feature is commonly used in social network sites like the Facebook news feed, it shows limited posts at first and when you reached the bottom of the page, it will automatically load another data. To meet our goal for this tutorial, we will be using MySQL LIMIT and OFFSET Clause.

Student Quarterly Grading System using PHP and SQLite Database Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Student Quarterly Grading System. It is a web-based application that provides faculties or teachers of a certain school an automated platform to store and compute their students' quarterly grades. The system is able to store the grades/marks per assessment every quarter. This project will help teachers to lessen the burden of calculating their students'

Simple Attendance System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
This is a Simple Attendance System in PHP. This simple project is a web-based application that records the attendance of employees of a certain company. This mini-project has an Admin Panel where the system admin or staff can manage the relevant data in the system. I am sharing this source code to help other new programmers especially those students to have a project source code to start with to

Simple Membership System using PHP and AJAX Free Source Code

Submitted by razormist on
This is a Simple Membership System that was developed using PHP, MySQLi, and Javascript. The system uses an AJAX function to ensure the data is being processed properly. This is a user-friendly kind of system you are free to modify the source code. About the System This PHP Project is able to store and manage the list of members. Aside from the member list, the system users can also create a club

PHP CRUD without Refresh/Reload using Ajax and DataTables Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create or develop a PHP CRUD Operations w/o Pagre Refresh/Reloading using Ajax and DataTables. Here, we will enlist the data from the database using the server-side processing of DataTables. This tutorial is helpful especially for optimizing the page load of your future PHP Project.

Online ID Generator System using PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Online ID Generator System. This project is a web-based application that has the ability to create Identification Card Templates Dynamically and Generates ID Cards using the created templates. The system user can design the ID Card using the given options such as image file upload and text fields.He/She can also manage the positions of each text field