pagination-codeigniter

How to create dynamic pagination in codeigniter with example

In this blog, you are going to learn how to paginate database results in CodeIgniter using the pagination library. Step 1: Create one table like `EMPLOYEE_DATA` Step 2: Insert some records in `EMPLOYEE_DATA` table Step 3: Create… Read more
import excel data

How to Import Excel Data into Mysql Database using PHP CodeIgniter

In this tutorial, we will would love to share with you how to import excel file data in MySql database using PHP CodeIgniter. Step 1: Create one table like `EMPLOYEE_MASTER_DATA`… Read more
Export data to excel in php codeigniter

Export data to excel in php codeigniter

In this blog, we will learn how to Export data into Excel in CodeIgniter. Export data functionality makes your web application user-friendly and helps the user to maintain list data.… Read more
Ajax Live Database Search with PHP Codeigniter

Ajax Live Database Search with PHP Codeigniter 

You can create a simple live database search functionality utilizing the Ajax and PHP, where the search results will be displayed as you start typing some character in search input… Read more
CodeIgniter Cron Job

How to create cron job in codeigniter

See the below video and follow the steps one by one Step 1 Step 2 Step 3 /usr/local/bin/php /home/fbi1glfa0j7p/public_html/cakenbake.in/index.php cron_job_cnt/cron_job Don’t forgot to give space after index.php Read more