I been trying to set a server on my computer and I'm very close to make it work, but I have a problem with link to my database.
On the script I use the following:
Code: Select all
$connection = mysql_connect('localhost','internb7_jxxx','xxxx') or die ("Couldn't connect to server.");
$db = mysql_select_db('internb7_reg', $connection) or die ("Couldn't select database.");