Tag: codeigniter-3
Today I am going to share with you how to create insert update delete operation with validation in codeigniter 3
Datatables is one of the best libraries for display data in tabular format and easily ajax search, sort, pagination etc.
Codeigniter 3 - CRUD(Create, Read, Update and Delete) using JQuery Ajax, Bootstrap, Models and MySQL
Today, i am going to share with you how to create CRUD Application with pagination using JQuery Ajax in Codeigniter
Sometimes, we require to get last insert record id from database in controller, so in this example we will learn
In this post we are going to learn how to get last single record from MySQl database table using Codeigniter
In this tutorial, i will give you example of how to fire curl post request with codeigniter. it will help
In this tutorial, i will share with you how to upload multiple image in codeigniter 3 application. we can easily
We always looking for reduce image size when upload picture on our web application. we will learn how to compress
In this example, i will help you learn dynamically add multiple input fields and submit to database with jquery and
Form Validation is a primary requirement of every project, so i will give you simple example of form validation in