Forum Moderators: coopster
A lot of the old content uses php's short tags "<? ?>" or "<?= ?>". The new server has short tags turned on:
short_open_tag = On
But I know for sure there are some pages that use "<?= ?>" that are not being processed by PHP.
I'd love some help here, I can't seem to figure out why it wouldn't process it when the option is turned on.
(oh, and I'm on PHP 5.2.12 suhosin)