i installed foxserv and everything seems to be running ok. i created a sample php file and placed it in c/foxserv/php/ but when i double click on it i get a blank page. ie: php code is not read/processed.
this is my file, test.php
<head><title>PHP Test</title></head>
<body>
<?php echo "Hello World<p>"; ?>
</body>
what am i doing wrong?