www.finalplague.com/enlistment.html is where the form is...
I was wondering what code would I use if I wanted to get the forms sent to a database to view them.
Firstly, the link is dead. Secondly, any data posted from a form can be used in PHP by using $_POST['formcontrolname'] Which means they can be added to the database using queries.
Part three of this tutorial will explain how to INSERT data: http://www.freewebmasterhelp.com/tutorials/phpmysql
I suggest you look this over, or, find another tutorial/book that you find easy to follow and helpful.