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
Jquery Form Validation

Form validation using jquery with examples

In this tutorial we will validate all the form controls like Input Text, Radio button, Checkbox, File upload and Select box etc. Validate forms like you’ve never validated before! Using… Read more
JS

Cover all the javascript validations in one html form

First of all, the form must be checked to make sure all the mandatory fields are filled in. It would require just a loop through each field in the form and… 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