Ok, would this work?
When a user logins a session variable is created. Then using the session variable I am able to put into a hidden field the correct user's ID number. The hidden field is in a form that allows the user to add comments. So from the hidden field the user ID is added to the 'comments' table from the 'users' table?
Thanks for the help. If it won't work, is there a reason why? What should I do to make it work if it won't?
Also, I'm using ColdFusion, MYSQL and Dreamweaver if it makes any difference. cheers.