Posted: Mon Jun 30, 2003 7:27 am
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?
<?php
$foo = "bar";
echo $foo;
?>
and not bar
something tells me all is not well, what else do I need to look at?