How to work with Session and Cookies in CodeIgniter
Cookies and sessions are the two major concepts for PHP or any CodeIgniter web framework. So today ...
Cookies and sessions are the two major concepts for PHP or any CodeIgniter web framework. So today ...
CodeIgniter is loaded with libraries and helpers. It has small Footprints but a very useful set of ...
In some cases, we need to create such types of classes and functions that are not actually the cont...
Sometimes we see some websites which are quite big. But we see .html at the end of their URL. Do yo...
In this short article, I am going to explain the methods to load styles and scripts In CodeIgniter....
In my previous articles, I have explained much about CodeIgniter. This is sufficient for you guys t...
CodeIgniter has a main file index.php, which is the entry point for any request. The default URL pa...
As you have gone through the previous tutorials of this CodeIgniter Tutorial series. You must be aw...
Before starting to code using CodeIgniter, you should understand its directory structure. You shoul...
What is CodeIgniter? First of all, let's discuss what CodeIgniter is and why we should use it. ...