Can anyone see a problem with this code below because i really cant:
[code=php]$sqlConnection = mysql_connect($sqlHost, $sqlUsername, $sqlPassword) or die("Unable to connect to the host. Please contact the system Administrator.");
@mysql_select_db($sqlTable, $sqlConnection) or die("Unable to select database. Please contact the system Administrator.");[/code]
I get the second DIE command sent back.