Tag: codeigniter-3

Codeigniter 3 - Basic CRUD application with MySQL Example with Demo
1
2020-06-14 04:20:04

Today I am going to share with you how to create insert update delete operation with validation in codeigniter 3

Read more  

Codeigniter 3 Datatables Ajax Example From Scratch
1
2020-06-14 03:45:04

Datatables is one of the best libraries for display data in tabular format and easily ajax search, sort, pagination etc.

Read more  

Codeigniter 3 - CRUD(Create, Read, Update and Delete) using JQuery Ajax, Bootstrap, Models and MySQL
1
2021-06-13 10:55:59

Today, i am going to share with you how to create CRUD Application with pagination using JQuery Ajax in Codeigniter

Read more  

How to get last inserted id in Codeigniter?
1244
2020-08-03 22:06:16

Sometimes, we require to get last insert record id from database in controller, so in this example we will learn

Read more  

How to get last record from MySQL table in Codeigniter?
588
2021-06-13 10:55:59

In this post we are going to learn how to get last single record from MySQl database table using Codeigniter

Read more  

PHP Codeigniter Curl Post Request Example
589
2021-06-13 11:00:17

In this tutorial, i will give you example of how to fire curl post request with codeigniter. it will help

Read more  

Codeigniter - Upload Multiple File and Image Example
617
2020-08-11 14:53:56

In this tutorial, i will share with you how to upload multiple image in codeigniter 3 application. we can easily

Read more  

Codeigniter Compress Image Size Example
607
2020-08-08 10:18:45

We always looking for reduce image size when upload picture on our web application. we will learn how to compress

Read more  

Codeigniter - add/remove multiple input fields dynamically with jquery
964
2020-08-10 03:58:43

In this example, i will help you learn dynamically add multiple input fields and submit to database with jquery and

Read more  

Codeigniter Form Validation with Error Message
646
2020-08-11 15:52:44

Form Validation is a primary requirement of every project, so i will give you simple example of form validation in

Read more