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 Phone book/directory Web App using PHP Free Source Code

Submitted by bakhtiar on
This is a PHP Mini-Project called Phone book/directory Web App. This is a simple web application for saving someone's contact number. This can be useful for a small company to serve as the employees/staffs contact directory or else. The main purpose of creating this app is to share this with you most especially for beginners and new to PHP language to have a simple PHP project to learn with. This

Simple CRUD with Report using VB.NET, SQL Server, and Crystal Reports Free Source Code

Submitted by Raj.Sharma on
This is a VB.NET Program that has a CRUD Operation that stands for Create, Read, Update, and Delete functionalities. The application is a software-based program that uses MS SQL Server Database. In this CRUD Program, the application stores a list of products details which are the product id, name, category, rate, and quantity. Using this simple project, you will learn how to handle the mentioned

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

Hospital Patient Record System using C++ with Free Source Code

Submitted by razormist on
Hospital Patient Record System using C++ with Free Source Code The Hospital Patient Record System with Source Code is a project that can manage the patient record within the hospital. The system can help you manage the patient details by entering the information such as First Name, Last Name, Gender, Age etc. The purpose of the system is to help and maintain the managing of a Patient Detail in the

Laundry Booking Management System in PHP with Free Source Code

Submitted by Nikhil_B on
This is a PHP Project entitled Laundry Booking Management System. In this simple project, the main purpose of this project is to make a faster and reliable web application. At the initial stage of my study of PHP Programming Language. It is useful for Laundry Management systems. This project manages the day-to-day transaction of a laundry shop or business. The Laundry Booking Management System was

Inventory System Using C# and MySQL Database Free Source Code

Submitted by janobe on
This Inventory system is an automated system that helps you easily track transactions. This is very useful most especially if you have lots of items to inventory compared to the manual process that will take you a lot of time and effort. In this system, you will be able to know the stock- in and stock- out of the items at the same the return items. This system is made of C# and MySQL Database, you

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.

Simple Water Refilling Station Management System in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a simple PHP Project entitled Water Refilling Station Management System. This simple project is a web-based application that manages the day-to-day sales transaction of a small water refilling station business. The system is easy to use and has user-friendly functionalities. I created this simple project to help other programmers especially those new in PHP or those students