How to create Remember me function in PHP with CodeIgniter?
Hi Guys, In this tutorial I am going to create Remember me function in PHP with Cookie, Remember me function is used to save user password and username when user click on checkbox Remember me. Before starting use CI Cookie Helper in your project. Now use set_cookie method to set the value in Cookie. Above […]