Posted by:
shikora
(---.sbtnvt.adelphia.net)
You can make it so you don't need to use <?php style tags (the problem sandrio described) by making a quick edit to your php config file (php.ini.) On or around line 81 there should be something that says "short_open_tag = off". Changing "off" to "on" will allow you to use <? to start your php blocks instead of <?php .