jerome1g
Member
- Messages
- 113
- Reaction score
- 1
- Points
- 18
When I try to connect to the database I get the following error:
Unknown MySQL server host ' xo3.x10hosting.com' (4)
My dbconfig.php looks likes this:
<?php
$conn = mysql_connect('xo3.x10hosting.com', 'dbusername', 'dbpassword');
What should the sever name be ^
mysql_select_db('dbname');
?>
Thank You
Unknown MySQL server host ' xo3.x10hosting.com' (4)
My dbconfig.php looks likes this:
<?php
$conn = mysql_connect('xo3.x10hosting.com', 'dbusername', 'dbpassword');
What should the sever name be ^
mysql_select_db('dbname');
?>
Thank You