Forum Moderators: coopster
<?php
$link = mysql_connect("", "", "") or die("Could not connect");
mysql_select_db("") or die("Could not select database");
?>
Do I need to try to do anything different on the mysql_select_db("") statement. It worked on my original using it this way. (I'm on a Windows server.)
Check the post by coopster on this thread
[webmasterworld.com...]
The first few lines show how to make a connection to your database.