Search results

  1. S

    Help connecting PHP to SQL

    Hi, I keep getting an access denied error when I try to connect my php file to the MySQL database. Here is my connection code, please tell me what I am doing wrong. $dbhost = 'localhost'; $dbuser = 'search'; $dbpass = '1Search2'; $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die...
Top