![pagination-codeigniter](https://shinerweb.com/wp-content/uploads/2022/07/pagination-codeigniter-300x200.png)
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](https://shinerweb.com/wp-content/uploads/2022/07/jquery-form-validation-300x200.png)
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](https://shinerweb.com/wp-content/uploads/2022/07/JS-300x200.jpg)
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](https://shinerweb.com/wp-content/uploads/2022/07/gradient-blue-top-playlist-music-2022-youtube-thumbnail-1-300x200.png)
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