I am not getting the proper output in my browser. Here is a simple php script:
<html>
<head>
<TITLE>First PHP Script</TITLE>
</head>
<body>
<?php
print ("<b><center>Hello, world!</center></b>");
?>
</body>
</html>
Here is the output I get:
Hello world!
");?>