- From: Frank Tobin <ftobin@uiuc.edu>
- Date: Thu, 29 Mar 2001 14:37:13 -0600 (CST)
- To: Daniel Hiester <alatus@earthlink.net>
- Cc: www-html <www-html@w3.org>
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