the out put is the code
<?php
$foo = "bar";
echo $foo;
?>
and not bar
something tells me all is not well, what else do I need to look at?
why does the index.php file display the code?
Moderator: General Moderators