AloneTonight_1990
New member
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?
<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?