I tried the following, but it doesn't work and doesn't come up with any errors or anything.
<html>
<head>
</head>
<body>
<?php
$con = mysql_connect("127.0.0.1","root","password");
echo "Some Text";
?>
</body>
</html>
If I run this it just bring up a blank page and when I view page source it...