I am setting up a form that will require a behind the scenes login and password, which I have stored in a MySQL database table. I've got the code to connect to the database, but is there a way to write the MySQL portion so that I can use a tag in the "value=" portion of each line that will pull the data from the database but not display the actual values in the View Source when you look at the source code of the page? I'm right on the cusp of figuring this out, but cannot get it to work and if anyone knows how I can do this I am 100% open to ideas on how to do this, something better, or anything that will help me get this done. I will gladly give 10 points to the best answer.