Alright, to process a form to a Database is a pretty simple task, however with no experience it's going to be some work. Below is a link I would suggest taking a look at to get started:
http://www.chauy.com/2005/11/php-mys...ta-into-mysql/
Basically the "jest" of storing form data into a MySQL database as follows:
Create a Database and it's required Tables
Build the Form Section in HTML
Process the Form and store info in MySQL DB
Pull information from database and Display it
If you have any questions, just follow up!