I am creating a private community made up of various forms which do varying things. For example:<br><br>A form where a person can go and enter Tournament Wins like<br>1st or 2nd Place, Tournament Name,Tournament Room Name, Date, Time.<br><br>I have a form that allows people to Register for the private Community I'm creating and I have a table in mysql database that houses their user names and passwords.<br><br>But, my question is how can I have them First, log in to the community one time. Then, when they submit different forms with information like tournament wins, have the results go into a table with their username automatically entered so when I write a script to display entries, it shows up with the information and who submitted it. The purpose of this is to see who submits what so that people cannot add information to the database anonymously.<br><br>I think I need to use Cookies and User Authentication system, but i'm not having luck. I've read articles at Bignosebird,webdev,evilwalrus etc with no luck. <br><br>Thanks for any help <br>Rhyan