שמתי את הקוד הזה:
PHP קוד:
<?
$host="www.namehost.co.il";
$user="****";
$password="****";
$db="****";
mysql_connect($host,$user,$password) or die("<BR><B>ERROR </B> error to connect mysql.<BR>");
mysql_select_db($db);
?>
ואת הIP של השרת
ולא עובד.. =/
עריכה: עובד תודה רבה לכולם!!
