Hmm this script looks so easy, but its kicking my butt right now.
Here is what I have setup for my config.inc.php file:
PHP Code:
<?
$host = "localhost";
$username = "rcnitro_quotes";
$password = "************";
$database = "rcnitro_quote";
$mytable = "quotes";
?>
I have already imported/ran or whatever you call it the "dump.sql" and have added two test quotes. The database even shows them as being added. I goto quotes admin panel and I can add, edit, and delete quotes just fine.
So what am I doing wrong?
-Michael
EDIT: One thing I did forget to mention... the quotes script is installed in "public_html/quotes" while the forum is installed on "public_html/forum" if that makes any difference.