How would you get a website to remember your password, so that you do not have to login every time you go back to page. Any help would be nice. Thanks!
Well the simple way to do it is when the user clicks login and the code checks the details and other stuff, you need to add a short bit of code that sets a cookie with that users information. Then on say your index page check the cookies to see if the users details have been saved and login them if they are not already.