Hey Can't seem to figure out how I'd do this. I have the MySQL database set up with userid and post. What I need to do is, the user logs in using php sessions(). I have that part down, but any way of revising that would be good. What the post page needs to do is call the MySQL db, and in the form, create a hidden field containing the userid, from which the user has logged in from. That's the part I can't figure out. Any advice would be good. Thanks!