Re: Questions about making an OMNI-COMPATIBLE site

Daniel Hiester, at 11:58 -0800 on Thu, 29 Mar 2001, wrote:

    Actually, you know what bothers me? You cannot write an XHTML document in
    php! The XML declarion, <?xml version="1.0"?>, confuses the php parser, and
    gives you an error message.

Actually, this can be configured in php.ini:

short_open_tag  =  On/Off ; allow the <? tag.  otherwise, only <?php
                          ; and <script> tags are recognized.

-- 
Frank Tobin		http://www.uiuc.edu/~ftobin/

Received on Thursday, 29 March 2001 15:37:15 UTC