i corrected connect.php
$mysql_host="localhost";
$mysql_login="saiman_root";
$mysql_password="************";
$my_database="saiman_test";
$link = mysql_connect("$mysql_host", "$mysql_login", "$mysql_password")
or die ("Could not connect to MySQL");
but all the same i see error =(