Posted by william.clarke@gmail.com on 05/15/06 01:20
What file extension does your primary page have? If your web server
isn't setup to parse .html files for php code, the code will pass
through to the client browser without any interpretation. So if on the
client-side you are seeing "<?php include('fspecs') ?>" when you view
the page source, then I suspect you need to modify your web server's
config to parse html files for php code.