I've got a question, I uploaded my website, but right now it says: NO DATABASE SELECTED.
Here's my database connection:
CODE
<?php
if ($SERVER_NAME == "localhost")
$db = mysql_connect('localhost','root');
else
$db = mysql_connect('localhost','skyhighheroes_sh','roj14700');
if (!$db)
{
echo "No connection possible with the database, please contact the administrator<br>";
die("Connect Error: " . mysql_error());
}
?>
if ($SERVER_NAME == "localhost")
$db = mysql_connect('localhost','root');
else
$db = mysql_connect('localhost','skyhighheroes_sh','roj14700');
if (!$db)
{
echo "No connection possible with the database, please contact the administrator<br>";
die("Connect Error: " . mysql_error());
}
?>
Can anyone help me with this? I don't know the problem..
Greetings,
Slunk3R
