Re: <? is not recognized as php only <?php is on my apache 1.3 server!!
Posted by Erwin Moller on 12/18/06 11:53
monomaniac21 wrote:
> Hi all
>
> Ive just installed php 5 on my Apache server and its not recognizing my
> code when its written between <? ?> only <?php ?> will work. How can i
> edit the httpd.conf file to allow this?
>
> Kind regards
>
> Marc
Hi
short_open_tags is disabled in your php.ini.
Enable it. :-)