Codeigniter Tutorials
How To Get Current Month In Codeigniter?
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 …
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 code…
Codeigniter Check Request Is Ajax Example
Hi everyone, 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 per…
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 ex…
Codeigniter Remove Index.php Using Htaccess
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 codeig…