why does the index.php file display the code?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

adneg
Forum Newbie
Posts: 13
Joined: Wed May 21, 2003 11:20 am

Post by adneg »

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?
Post Reply