zork Posted May 26, 2003 Share Posted May 26, 2003 Hi can anyone tell me how i can get XHTML to work on my Apache server. Ive loaded my page in XHTML but i get this error Parse error: parse error, unexpected T_STRING in c:webzork.htm on line 1 My server is on my home pc so its localhost.... Please any Help Link to comment https://forums.phpfreaks.com/topic/507-xhtml/ Share on other sites More sharing options...
barbatruc Posted May 26, 2003 Share Posted May 26, 2003 Can we get a sample of you code? It would help to solve your problem. JP. Link to comment https://forums.phpfreaks.com/topic/507-xhtml/#findComment-1700 Share on other sites More sharing options...
zork Posted May 26, 2003 Author Share Posted May 26, 2003 Which bit would you like ...? Link to comment https://forums.phpfreaks.com/topic/507-xhtml/#findComment-1709 Share on other sites More sharing options...
barbatruc Posted May 27, 2003 Share Posted May 27, 2003 It says parse error on line 1... Line 1 (and several more) could be useful. JP. Link to comment https://forums.phpfreaks.com/topic/507-xhtml/#findComment-1729 Share on other sites More sharing options...
barbatruc Posted May 27, 2003 Share Posted May 27, 2003 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.