If this is the same thing that you had me look at a few weeks ago the problem is that they are being parsed as php.
Create a page on the server with this in the file and see what it returns when you view it in a web browser.
Code:
<?php
phpinfo();
?>