Ok so my friend upgraded his server to php5 from 4. There is a few errors but this is the biggest.
If i go to a blank page and do.
<? $name='Mark';?>
<? echo $name; ?>
it dont work. Heres the php settings. http://www.pakcafan.org/phpinfo.php
Anything on there that isnt set right that would make this simple echo statement not work ?