Hello,
I have a working login script (with $username and $password and the database checking, session, etc). But I want to add a new feature to my script which is the "remember me" feature where if the user checked the remember me option during login, next time they come back to the website they don't need to login again.
I know I have to set a cookie but I need help on how to go about doing this.
Thanks so much in advance!
-Ren