PHP - OOP CRUD Operation using Angular.js
This is a simple tutorial on how to create CRUD Operation using angular.js. CRUD stands for Create, Read, Update, and Delete MySQL Table. The code is written in PHP with MySQLi OOP(Object-oriented...
View ArticleLaravel CRUD Series: Editing and Deleting using AJAX
This is the last part of my Laravel CRUD Series wherein I'm going to show you how to edit and delete using AJAX/jQuery with the use of bootstrap modal to handle our edit form and a confirmation in...
View ArticleLaravel: Simple CRUD Operation
This is a simple tutorial on how to create the basic CRUD(Create, Read, Update and Delete) Operation in Laravel using Bootstrap modal. To handle our forms, we're going to use Laravel Collective.
View ArticlePHP CRUD Operation using angular.js V2
This is the second version of my CRUD Operation tutorial using angular.js wherein this time I'm using bootstrap modal to handle the forms. The code is still written in PHP with MySQLi...
View ArticleVue.js Update and Delete Data using PHP
This is the last part of my Vue.js CRUD tutorial wherein we are going to update and delete data in our database. We are going to create two more modals for our update and delete. In this tutorial, with...
View ArticleAngularJS CRUD with Search, Sort and Pagination with PHP/MySQLi
This is a CRUD(Create, Read, Update and Delete) using Angular JS with the help of PHP and MySQLi to handle our database. Also included, is on how to filter/search data, sort data and paginate data from...
View ArticleAngularJS CRUD using Ui-Router in PHP/MySQLi
This tutorial tackles on how to create a CRUD Operation in Angular JS using Ui-Router to manage our routes and PHP/MySQLi to handle our backend with MySQL as our Database. You will learn in this...
View ArticleCRUD System
Crud system is Create Data Read Data Update Data Delete Data or RemoveThis simple system have Timer and Calculator....
View ArticleCRUD Project
It is written using VB.NET and SQL Server Database it is very important project for beginners who want learn database programming and generation of reports using Crystal Report.
View ArticleCodeIgniter Simple CRUD Tutorial
This will teach you on how to create a simple CRUD using CodeIgniter with MySQL as our database. CodeIgniter is a PHP framework that creates web applications using MVC(Model-View-Controller)...
View ArticleCodeIgniter Ajax CRUD using jQuery
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...
View ArticlePHP - Simple PDO CRUD
Learn on how to create a Simple PDO CRUD using PHP. PHP is a server-side scripting language designed primarily for web development. PDO stands for PHP Data Objects. It is a lean and consistent way to...
View ArticleCRUD Operation in XML File using PHP with Modal
This tutorial tackles on how to create a CRUD(create, read, update and delete) operation also knows as add, edit, delete in XML Files using PHP with Bootstrap Modal to handle our Forms. XML stands for...
View ArticlePHP CRUD Operation using PDO with Bootstrap/Modal
This tutorial tackles on how to CRUD(create, read, update, delete) MySQL database using PDO with Bootstrap/Modal. PDO as per PHP manual, stands for PHP Data Objects, a lightweight, consistent interface...
View ArticleAjax CRUD Operation using PDO with Bootstrap/Modal
This tutorial tackles on 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 a successful action and in this...
View ArticleCRUD Operation using PHP/MySQLi with DataTable and PDF Generator using TCPDF
This source code will teach how to CRUD(create, read, update, delete) using the two MySQLi Extensions which are OOP and Procedural. Also included, the datatable library which is an extension that uses...
View ArticleAndroid - Simple CRUD Application
Learn on how to create a Simple CRUD Application using Android. Android is an open source so that developer find it easy to develop and expand new features. It used in several gadget like smartphone,...
View ArticleCRUD Operation on JSON File using PHP
This tutorial tackles on how to CRUD(create, read, update and delete) which is also the same as show, add, edit and delete on JSON file using PHP. JSON stands for JavaScript Object Notation and has an...
View ArticleCRUD Operation on SQLite3 Database using PHP
This tutorial tackles on how to CRUD(create, read, update and delete) which is also the same as show, add, edit and delete on SQLite3 using PHP. SQLite as per site description, is an in-process library...
View ArticleSQLite 3 Database Encryption
This tutorial tackles on how to encrypt data in a sqlite3 database using PHP. SQLite as per site description, is an in-process library that implements a self-contained, serverless, zero-configuration,...
View Article