I'm busy with xsl en php. When I choose a news feed, for example 1234.nitf, then I need a construction that does the following:
include("nieuws.xsl");
include("/home/nieuws/public_html/".$GET[type]."/".$GET[id].".nitf");
Does anybody know how to include this properly?... Now i get parse errors in nieuws.xsl. Due to the fact that there within the php tags.
So, how do I have to include this with the help of PHP?
Thank's for now...