I have a script so users can register and it creates a database for them in MySQL and creates a folder with there files in it, my problem is i want to store information of the users name, password and a few other things, on his pc, so he wont have to type his name in all the time.
Also i have a page Redirecting to PHP Page, and i want his info to transfer to the next page, so far everytime someone tries to create or login a account, they the cookie data stored from the last user gets used instead.
Also i have a page Redirecting to PHP Page, and i want his info to transfer to the next page, so far everytime someone tries to create or login a account, they the cookie data stored from the last user gets used instead.