Tag: codeigniter-3

PHP Codeigniter get last executed query example
1
2020-06-14 06:40:05

In this post, i would like to show you how to get last executed query in php codeigniter 3 website

Read more  

Codeigniter Ajax Form Submit Example
1
2021-06-13 10:55:59

In this tutorial, i will show you how submit form using jquery ajax without page refresh in codeigniter 3. i

Read more  

How to fetch single row from database in php codeigniter?
1
2021-06-13 10:58:49

If you require to get only one record from database table using codeigniter query then you can do it using

Read more  

How to Delete Multiple Rows using Checkbox in Codeigniter 3?
1
2021-06-13 10:55:59

In this post, I would like to share with you how to delete multiple records using a checkbox in Codeigniter

Read more  

PHP Codeigniter 3 Ajax Pagination using Jquery Example
1
2020-06-14 05:45:06

Are you looking for ajax pagination in codeigniter 3 app?, If yes then here i write step by step tutorial

Read more  

PHP Codeigniter 3 - Create Dynamic Tree View using Bootstrap Treeview JS
1
2020-06-14 05:30:05

Today, i am going to share with you how to create dynamic treeview node from mysql database in codeigniter 3.

Read more  

Multiple Database Connection in PHP Codeigniter 3
1
2020-06-14 05:15:06

Today, I want to share with you how to connect multiple databases in PHP CodeIgniter 3 application. it is very

Read more  

Confirm Box Before Delete Item in Codeigniter
1
2021-06-13 10:55:59

We always require to add conformation box before delete mysql rows in our codeigniter 3 application. now what i will

Read more  

JQuery Ajax Request Example in Codeigniter
1
2021-06-13 10:55:59

In this post, i would like to share with you how to send ajax post request with data to codeigniter

Read more  

PHP Codeigniter 3 - Jquery Ajax Autocomplete Search using Typeahead
1
2020-06-14 04:35:04

In this post. i will explain how to create step by step dynamic autocomplete using typeahead js ajax in codeigniter

Read more