Can someone please point me in the right direction... I need to be able to set up a form that a user can fill out information and then it will be posted automatically to a page. I'm sure I have to set up a database, which I can handle. I just need to know what kind of script(s) I need. If anyone can just give me an idea of what kind of script I am looking for, I will attempt to go out a find it. Thanks a lot to anyone that can help out.
Something like this can be done easily with PHP or ASP, usually along with a database like mysql. Use php to enter the data into a db, and to echo it onto the page. http://www.w3schools.com/php/php_mysql_intro.asp
First check with ur host what script they support as ASP/ASP.Net is supported only on Windows Server so better go for PHP/MySQL as its supported by almost every OS
If you want it to just display on the page then just PHP, otherwise you will have to learn some SQL Cheers,