This is extremely basic and I apologize for asking such a rookie question.
But I a getting this error:
Warning: mysql_connect(): Access denied for user '‎‎u1'@'172.16.3.139' (using password: YES) in /usr/local/pem/vhosts/103503/webspace/httpdocs/eirestudio-tools/crm/add-contact.php on line 53
The user says ‎‎u1?
What does this mean?
Here is a sample connection below, note the user, why am I getting ‎‎u1?
mysql_connect('localhost', 'user', 'pass');