I've searched quite a few tutorial sites on the internet and I have consistently came up with nothing that will aid me in what I am needing done. I'm storing users and their information inside a mysql table and I have no problem utilizing this function. My problem lies in the fact that every tutorial that I have read explains exactly what I know how to do, and it's not advanced enough to help me.
What I need is an authentication system equilivalent to a forum. One that works for many users, and keeps the user logged in over multiple pages not just one. I have no idea how to use cookies, so what I am asking is how would I use cookies in order to keep users that have logged in, logged in over various pages, securely. If anyone has an idea, it would be greatly appreciated if you could help me. I feel very secure in all other aspects of coding my website, it's just this authentication problem that has me stumped.
Thanks for your help, ahead of time, it is greatly appreciated.