I am new to MYSQL and I have the a very simple program and it does not work:

<HTML>
<BODY>

<?php

print "test";

?>

</BODY>
</HTML>


When I access this file with my browser I don't see the line "test".
How come??

Thank you very much.