My config fileQuote:
example.dyndns.biz
PHP Code:
<?php
$ip = 'example.dyndns.biz';
$user = 'root';
$pw = 'mypassword';
mysql_connect($ip, $user, $pw) or die('Error.');
?>
Unknown MySQL server host 'example.dyndns.biz'
I am trying to run the website out of my localhost because Idk how to run website from it






