Jump to content

XHTML


zork

Recommended Posts

JUst remember I already encountered something like this...

 

it says parse error on line one... is the line one containing something like <?xml ?

If it is, PHP is trying to parse XML content... because of the short tag <? may be accepted by your php.ini configuration. To solve that, you may try to output the first line with PHP itself:

<?php echo \'<?xml ... ?>\'; ?>

If this works, then this is not necessary to submit part of your code. ;)

 

JP.

Link to comment
https://forums.phpfreaks.com/topic/507-xhtml/#findComment-1730
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.