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.
Log in to post a comment.
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.