Search found 1 match

by Arent
Thu Sep 04, 2003 9:19 pm
Forum: General discussions
Topic: Admin Menu Items Missing
Replies: 11
Views: 22803

php short_open_tag

Thanks for your great PHP-script!

Probably this is common knowledge, but this problem is indeed caused by the "short open tag" <? like titleistfour found out. There is a setting for this in the php.ini: short_open_tag = Off (or On). If this setting is OFF in your php.ini the problem is there. If ...