output not load
Posted: Mon Jan 02, 2012 9:29 am
hi all
i am a beginner and i got this problem that never been load the output.
file:///C:/wamp/www/home/index.php
please help, thanks
i am a beginner and i got this problem that never been load the output.
Code: Select all
<?php
$conn = msql_connect("localhost","jayson.ph", "usaqatai");
if(!$conn){
die("could not connect:" .msql_error());
}
echo "successfully connected";
mysql_close($conn);
?>file:///C:/wamp/www/home/index.php
please help, thanks