
June 21st, 2011, 07:18 AM
|
|
Contributing User
|
|
Join Date: Oct 2006
Posts: 97
Time spent in forums: 23 h 7 m 12 sec
Reputation Power: 7
|
|
|
'include' and xml file in php
Hi everyone, I'm struggling to get my xml file to display correctly.
I have a standard xml file and an xslt file which puts the data in to a table.
I now need to display this inside my php web page which uses teh php include statement.
the php page uses this simple line <?php include 'summary.xml' ; ?>
When i try this i get the error Parse error: syntax error, unexpected T_STRING in C:\xampp\htdocs\summary.xml on line 1
any ideas?
|