Hi I'm a newbie here.
I am recieving errors such as:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'shuihern'@'stoli.x10hosting.com' (using password: YES) in /home/shuihern/public_html/register_verify.php on line 2
when I run my php code.
I'm trying to implement my forum on this webpage. My databases have been set in phpMyAdmin.
Here's the php code which caused the error stated above:
mysql_connect("$host", "$username", "$password");
Where $host='http://stoli.x10hosting.com:2077";
and $username and $password are self explanatory.
Thanks a million
shuiherng
Lead Developer of a Hobby Operating System
I am recieving errors such as:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'shuihern'@'stoli.x10hosting.com' (using password: YES) in /home/shuihern/public_html/register_verify.php on line 2
when I run my php code.
I'm trying to implement my forum on this webpage. My databases have been set in phpMyAdmin.
Here's the php code which caused the error stated above:
mysql_connect("$host", "$username", "$password");
Where $host='http://stoli.x10hosting.com:2077";
and $username and $password are self explanatory.
Thanks a million
shuiherng
Lead Developer of a Hobby Operating System