CRUD

Simple Client Management System in PHP with Source Code

Submitted by Afsar Siddiqui on
This is a Simple Client Management System Project using PHP and MySQLi as DB the driver. This system is written in pure PHP with no framework so it is understandable to beginners. It has a client requirement on the client-side and inserts data on the user side. This system has CRUD ( Create, Read, Update, and Delete) Operations which is very helpful to beginners because this operation is commonly

Creating an AngularJS CRUD App with Search, Sort and Pagination with PHP/MySQLi

Submitted by nurhodelta_17 on
This is a CRUD(Create, Read, Update and Delete) using Angular JS with the help of PHP and MySQLi to handle our database. Also includes how to filter/search data, sort data and paginate data from our MySQL Database. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Paged Applications.

Contact Persons CRUD System using VB.Net and MS Access with Source Code

Submitted by Thongkorn on
First of all, I just want to say that I just switched from VB6 to VB.Net for only 8 months when I developed this program. But I would like to share with you my basic CRUD application in VB.Net and MS Access. This project is intended to collect employees' list information and the internal phone number to call. The design uses the One To One (1:1) relationship by loading data from the Detail Data

Equipment Inventory System using PHP with Source Code

Submitted by winex01 on
This is an Equipment Inventory System project that was developed using PHP and MySQL Database. This system was developed for a specific organization to organized and track its equipment. The system has 2 modules which are the Admin and the Users. The Admin is in charge of populating the main list of the system and managing the equipment to easily track the items. Aside from that, the "request for

PHP CRUD Operation using PDO with Bootstrap/Modal Tutorial

Submitted by nurhodelta_17 on
This tutorial tackles on how to CRUD(create, read, update, delete) MySQL database using PDO with Bootstrap/Modal. PDO as per the PHP manual stands for PHP Data Objects, a lightweight, consistent interface for accessing databases in PHP. We use Bootstrap/Modal in this tutorial to handle our forms.

Simple CRUD with CodeIgniter and Vue.JS with Source Code

Submitted by marckevinflores on
Developing a web application is not as easy as you think to reach the client/user expectations. By using some libraries and frameworks, will help developers a lot to ease their work on developing a project. And by that, I have created a simple web application in PHP with JavaScript with the use of CodeIgniter Framework and Vue.js. CodeIgniter is a PHP framework that is built for developers to ease