View Single Post
(#4 (permalink))
Old
byteofk is Offline
Private
Points: 213, Level: 2 Points: 213, Level: 2 Points: 213, Level: 2
Activity: 0% Activity: 0% Activity: 0%
byteofk is an unknown quantity at this point
 
 
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Dec 2007
December 28th, 2007

Check this page:

http://us3.php.net/function.mysql-connect

This is what my hosting provider gives me as instructions on connecting:

$db = mysql_connect ("localhost", "username", "******");
mysql_select_db ("dbname", $db);

Looks like you're missing some info as to which db to connect to in which connection.