On Thu, 2003-03-27 at 09:13, Austin Theen wrote:
> substantial. So I ask the list, has anyone got RH8+Apache2.0+PHP4 to
> work?
I had the same problem. The answer is here in php.ini:
----------------------------------------------------------------
; Allow the <? tag. Otherwise, only <?php and <script> tags are
recognized.
short_open_tag = On
----------------------------------------------------------------
the default is set to "Off" which means you can't use the <? tag. So set
it to "On" or don't use the <? tag
hope that does it for ya
-ethan
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 17:21:03 EDT