Oh. Well this is your issue:
PHP Code:
$myhost="localhost";
You are connecting to the database of your website (localhost means the computer the script is running on), not the database of your server database. Change "localhost" to the IP of your server database.