My way: Make a txt file that stores all the users' info: username, pw, and all the info on the page. Make a log in cookie to be stored when the user logs in. Then, when the user goes to his/her page, it reads the info off the txt file (based on the log in cookie) and writes to the doc...