some simple PHP help?

I wrote the following PHP program:
<html>
<head>
<title> Grading your Quiz - blah</title>
</head>

<body>
<?php

echo 'hello -- this is a test' ;
?>
</body>
</html>

when I opened this .php file with Firefox , the page came up blank. Is there anything wrong with my code?
 
Back
Top