ItSolutionStuff.com have tutorials for Codeigniter, here you can study articles of Codeigniter, Codeigniter posts collection, most popular and useful tutorials of Codeigniter, here you can find list of all relevant posts and example about Codeigniter, we have lists of tutorials and examples about Codeigniter.very simple and quick example collection of Latest Codeigniter category.

Codeigniter Remove index.php using htaccess
Hi Developer, I want to share this tutorial for codeigniter remove index.php from url using htaccess file. i will show you code for how to remove index php from url in codeigniter using htaccess. hta.....
Codeigniter Get File Extension Before Upload
Are you looking for codeigniter get extension of file before upload then i will help you to get file extension in codeigniter from file name. we can get file extension using pathinfo() php function. .....
Codeigniter Check Request is Ajax Example
Sometimes, we need to check request is ajax or not in codeigniter 3 application. If you want to call same method but if request is ajax then you perform different, then you can do by using $this->inpu.....
PHP Codeigniter Curl Post Request Example
In this tutorial, i will give you example of how to fire curl post request with codeigniter. it will help to get third party api data using curl request in codeigniter. you can fire post request, get .....
How to get current month in Codeigniter?
In this example, we will learn how to get current month data in codeigniter. we can get current month data using codeigniter query builder. we will use MONTH() and YEAR() mysql function for getting cu.....
Codeigniter Form Validation with Error Message
Form Validation is a primary requirement of every project, so i will give you simple example of form validation in codeigniter 3 application. we will use form_validation library for add form validatio.....
Codeigniter - add/remove multiple input fields dynamically with jquery
In this example, i will help you learn dynamically add multiple input fields and submit to database with jquery and codeigniter 3. we can add remove input fields dynamically with jquery and submit to .....
Codeigniter Compress Image Size Example
We always looking for reduce image size when upload picture on our web application. we will learn how to compress and resize uploaded image in codeigniter 3 project. we will use image_lib library for .....
Codeigniter - Upload Multiple File and Image Example
In this tutorial, i will share with you how to upload multiple image in codeigniter 3 application. we can easily do multiple file upload example in codeigniter. i will give you simple example with st.....
How to fetch single row from database in php codeigniter?
If you require to get only one record from database table using codeigniter query then you can do it using row(). we can easily return one row from database in codeigniter. I will give you simple exa.....
How to use sweet alert for delete confirm in Codeigniter?
In this example, i will share with you how to use sweetalert as confirmation box in codeigniter 3 application. we will use sweet alert before delete in codeigniter. we will use delete event with ajax,.....
How to create custom library file in codeigniter 3?
Sometimes, we might be require to make custom library in php codeigniter project. so we can load custom library quickly and use that functions. you can see step by step tutorial of creating custom l.....