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.....
By Hardik Savani Oct 16, 2019 | .htaccess Codeigniter Read More

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. .....
By Hardik Savani Aug 16, 2019 | Codeigniter Read More

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.....
By Hardik Savani Aug 7, 2019 | Codeigniter Ajax Read More

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 .....
By Hardik Savani Aug 2, 2019 | PHP Codeigniter Read More

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.....
By Hardik Savani Jul 17, 2019 | Codeigniter Read More

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.....
By Hardik Savani Jun 27, 2019 | PHP Codeigniter Read More

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 .....
By Hardik Savani Jun 13, 2019 | PHP jQuery Codeigniter Read More

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 .....
By Hardik Savani Jun 11, 2019 | PHP Codeigniter Read More

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.....
By Hardik Savani Jun 4, 2019 | PHP Codeigniter Read More

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.....
By Hardik Savani May 22, 2019 | PHP MySql Codeigniter Read More

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,.....
By Hardik Savani Apr 23, 2019 | PHP Bootstrap jQuery Codeigniter Ajax Read More

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.....
By Hardik Savani Feb 23, 2019 | PHP Codeigniter Read More