Recent content by iscreamd83

  1. iscreamd83

    Access denied - MySQL PHP connection

    As I said, it displays Cpanel::Mysql=HASH(0x7063e10) Image for proof:
  2. iscreamd83

    Access denied - MySQL PHP connection

    On that page the only thing it displays: Access Host | Cpanel::Mysql=HASH(0x7063e10). I'm new to PHP & MySQL so I don't know what that means. And if it matters I'm on free hosting. But I still should be able to connect to MySQL using PHP right? Thanks for the help iScream
  3. iscreamd83

    Access denied - MySQL PHP connection

    Hi, I've been trying to connect to MySQL on my site, using php mysql_connect. This is the code: ------------------- <?php $dbhost = "localhost"; $dbuser = "iscream_testuser"; $dbpass = "censored"; $database ="iscream_testdb"; $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die...
Top