Replace include with readfile and it should work.
include tries to process any PHP in the file, and there is an xml line at the start of the file that will be confusing the PHP interpreter.
readfile just downloads the file and outputs it as part of the page, not caring about what it contains.
Hope that helps.
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks