I am installing advanced guestbook on my site. I have uploaded all the files to the server and am stuck on the part where it says to create tables. I tried to go to install.php but I get an error message and am a little confused as to what it's telling me. Can someone tell me what this means?
sql_error("Cannot connect to database"); @mysql_select_db($HTTP_POST_VARS['db'],$serverid) or $install->sql_error("Unable to select database: $db"); for ($i=0;$isql_error("Database Error"); } for ($i=0;$isql_error("Database Error"); } ?> Advanced Guestbook
--------------------------------------------------------------------------------
Tables were created successfully!
Your selected database:
Your MySQL host:
Your MySQL username:
Click now here to setup the guestbook admin... sql_error("Cannot connect to database"); $retval = mysql_create_db($HTTP_POST_VARS['db']) or $install->sql_error("Cannot create new database: $db"); if ($retval) { @mysql_select_db($HTTP_POST_VARS['db'],$serverid) or $install->sql_error("Unable to select database: $db"); for ($i=0;$isql_error("Database Error"); } for ($i=0;$isql_error("Database Error"); } } else { echo mysql_error(); exit(); } ?> Advanced Guestbook
--------------------------------------------------------------------------------
Database and Tables were created successfully!
Your new database:
Your MySQL host:
Your MySQL username:
Click now here to setup the guestbook admin...
So were the tables created or were they not? I didn't see any when I logged into mysql account. But then again I don't know how to look at that stuff in there.