i php5.2.9 + mysql5.1 + apache2.2.6 win xp yüklü. Ben get php mysql ile bağlanmak mümkün değilim. Burada kodudur. `
<? php
$link=mysql_connect('localhost','root','godismine');
if(!$link)
echo "fail";
else echo "success";
mysql_close();
?>
i don't think there is any error in code. phpinfo is showing mysql support so it cant be installation issue. iam jst not able get the prob. whenever i run this script i just get a blank screen. please help. iam new in php .