I can\'t seem to get my database to open. I am using:
mysql_select_db($sqldb, $socket) or die(\"Didn\'t open\");
$sqldb is an included var (works fine) $socket is the var for mysql_connect() which works fine.
Any help would be appreciated.
Thanks
What error msg do you get?
/Andrin
PS. Have you read the manual (http://www.php.net/manual/en/ref.mysql.php)??? Have you read it again and understood it? Have you read the examples? :-)