Im trying to connect to my database, but cant, so I put this echo in there
\
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql');
mysql_select_db($dbname) or die ('Error connecting to db');
echo $conn;
And I get this, any idea what it means?
Resource id #4