Hi, I have a PHP website that is connected to a MySQL database. The database is created, all the fields are there. I want to create 5 simple pages with links containing variables I also want users to be able to submit that variable from the same page to the corresponding cell in the database under their username. I also want those pages to only be visible by logged in members. I think this is a fairly straight forward job for someone with knowledge of MySQL and...