Have textarea remeber data inputted

ok so i have three text area a txtresults, username and comments and i created a javascript function to copy the inputed data from username and comments into the the txtresults on text area on submit, so it looks like this username: Comments, my problem is i want to have the txtresults txtarea remember all inputed data for all users to see, i figured that php or asp should be able to do this but since im only really somewhat proficeient in html and javascript im kinda lost.