Will Stein - 2005-04-20

My form isn't submitting to the database.
Everything looks fine.
It can be found here:
http://overthrew.com/form/use/stfapplication/form1.html

config.inc.php reads:
-------------------------------
<?php
$db=1;
$hostname="localhost";
$username = "overthre_overthr";
$password = "********************";
$dbname = "overthre_frgn1";
$table = "stfapplication";
---------------------------------

I assume thats the revelant information.
Let me know. Thanks.