i try to build some personal web based on mysql database. but when i try to connect php and mysql on zymic.com, i had some problem,
this my code:
<?php
mysql_connect('localhost', 'anehde_root', '********') or die(mysql_error());
mysql_select_db('databasename') or die('SELECT ERROR : ' . mysql_error());
?>
but on my windows i found this message
help me please