Category: Codeigniter
-
How to use sessions and other libraries in codeigniter?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to use sessions and other libraries in codeigniter? Codeigniter is one of the top php mvc framework and growing very faster. Here we will use sessions and other libraries in Codeigniter controller file: Controller File: public function __construct() { parent::__construct(); $this->load->library(‘session’);//session library…
Written by
-
How to send mail in codeigniter on localhost server?
Hello, welcome to therichpost.com. In this post, I will tell you How to send mail in codeigniter on localhost server? Today I was working with codeigniter and there is email feature but that need to work on localhost but I stuck at that point. After some time i got the solution and today I will…
Written by