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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
zork Posted May 26, 2003 Author Share Posted May 26, 2003 Which bit would you like ...? Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.