i cant open my index.php
here is d code of tides.conf
-----
$db_host = "localhost";
$db_name = "kendyo_cvsutides";
$db_user = "root";
$db_pass = "";
$db_link = mysql_connect($db_host,$db_user,$db_pass);
mysql_select_db($db_name,$db_link);
-----
it always display these errors..
can someone...