[NTLUG:Discuss] php and apache question
David Stanaway
david at stanaway.net
Thu Dec 11 14:46:47 CST 2003
Jack,
Check your php.ini file.
Mine has:
; Allow the <? tag. Otherwise, only <?php and <script> tags are
recognized.
short_open_tag = On
It sounds like yours has Off
On Thu, 2003-12-11 at 14:27, Jack Snodgrass wrote:
> I've run into an issue that I haven't seen before. Maybe someone else
> has seen this.
> I have an apache server with php on it.
>
> <?php
> phpinfo();
> ?>
> works... but
> <?
> phpinfo();
> ?>
> just sends the plain text
> <?
> phpinfo();
> ?>
> to the user.
>
> Other servers I have work with just
> <?
> ?>
> this one that is causing me greif wants
> <?php
> ?>
>
> anyone know why?
>
> jack
>
>
> _______________________________________________
> https://ntlug.org/mailman/listinfo/discuss
--
David Stanaway <david at stanaway.net>
More information about the Discuss
mailing list