Is there any way i can include a .xml file into a php document? I tried classical include() and require() functions, but the problem is that the php parser rocognises the question mark at
to be the beginning of a php script.
Thx in advance.
Code:
<[b]?[/b]xml........
to be the beginning of a php script.
Thx in advance.