AJAX

Submitting POST Data Without Refreshing/Reloading the Page In PHP and SQLite3 Tutorial

Submitted by razormist on
Learn on how to create a Submit POST Without Page Refresh In SQLite3 using PHP. An advanced PHP coding technique that can store the data inputs without page refresh in SQLite with the use of jQuery ajax. This is helpful when you want to store your data without refreshing the page info.

Online Traffic Offense Management System in PHP Free Source Code

Submitted by oretnom23 on
Introduction I have created a PHP Project entitled Online Traffic Offense Management System. The project is a web-based application that manages the driver's traffic violations or offenses records. The system can help the land transport management/department to have an online platform for managing the said record. This can help also for fast and easy retrieval of information and records of each

Creating a CRUD Operation using PHP/PDO and Ajax with Bootstrap/Modal Tutorial

Submitted by nurhodelta_17 on
This tutorial tackles how to Ajax CRUD(create, read, update, delete) Operation using PDO with Bootstrap/Modal. We use ajax so that the page won't reload after the successful action and in this tutorial, I've performed ajax using jQuery to our PHP API that uses PDO as an extension.

Simple Charity Website Management System (CMS) in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project that I created entitle Simple Charity Website Management System. This project is a sort of CMS (Content Management System) for a charity or foundation. The source code will help you understand how does a CMS website works and build using PHP Language. The source code itself is nice to start with for those who are planning to develop a website like this. It is

Creating a CRUD Web App using CodeIgniter, jQuery, and Ajax Tutorial

Submitted by nurhodelta_17 on
This is a simple Ajax CRUD Operation using CodeIgniter with the help of jQuery to handle our HTTP request. CodeIgniter is a lightweight PHP framework that uses MVC(Model-View-Controller). One advantage of using Ajax is that you don't need to reload the page after a certain action.

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

Simple Chat System using Django in Python Free Source Code

Submitted by oretnom23 on
Simple Chat System using Django in Python Nowadays, one of the best ways of communication away from us is online. There are lots of websites/applications that we can use now such as Facebook Messenger, Skype, Viber, and WhatsApp. Here, I have created a simple chat web application which may help other newbies programmer understand how it is done. This is a Python and Django web application project

Online Covid Vaccination Scheduler System in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Online Covid-19 Vaccination Scheduler System. This system provides the individual an online platform in which they can schedule their vaccination on their desired date and location. The system automatically counts the number of availability of individuals that can schedule on a specific day. About this System This Online Covid-19 Vaccination Scheduler

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