Search results

  1. D

    More Mysqli Errors

    hey all having problems iwth mysqli insert statements, anyone have aclue, here's my problem. $mysqli = new mysqli($host, $user, $pass, $db_Name); $mysqli->query("INSERT INTO USER (USERID, USERNAME, USERPASSWORD, USERFIRSTNAME, USERLASTNAME, USERADDRESS, USERCITY, USERSTATE, USERZIPCODE...
  2. D

    MySQL Error

    Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'dreamc90_dccREAD'@'localhost' (using password: YES) in/home/dreamc90/public_html/index.php on line 16 Access denied for user 'dreamc90_dccREAD'@'localhost' (using password: YES) This user has full privileges for testing...
Top