I want to make a site where users can store travellinginformation in their own account. I need some directions of how to implement this.
My thoughts of how to do this is as follow:
When a user registers or "logs in" with a username and a password, a cookie is sent to the user with a unique username. I'd guess you would do this with setcookie. A session variable is also made with $_SESSION[]. When the user would update his account, he would get the username from the cookie, so he could send this along with the other information.
Is this right? I would be really glad if someone gave me some thoughts about this!!!
Cheers Tš