hi friends....
i m new to php....
i have installed apachie 2.0,php 5.2,mysql5.1...
everything is going welll....
bt dere is problem using d following code,,
<php
mysql_connect("localhost", "root", "mars11") or die(mysql_error());
echo "Connected to MySQL<br />";
</php>
i hv save it in the htdocs folder under apachie...filename is test.php
bt when i run it nothing is displayed...
wats going on pls solve my problem....