Hi you guys,
I've encountered a problem with implementing .xml file (/content) into a .php document. I've incorporated it using the php print () function
to not make the php parser consider <?xml encoding=...... as the beginning of a php script. The prob now is that i dunno how to make the xml parser to evaluate the content of this file (with the file extension .php3). I would be really greatful if u helped me out. Thx in advance.
I've encountered a problem with implementing .xml file (/content) into a .php document. I've incorporated it using the php print () function
Code:
print('<'.'?');?>xml version="1.0" encoding="utf-8"........
to not make the php parser consider <?xml encoding=...... as the beginning of a php script. The prob now is that i dunno how to make the xml parser to evaluate the content of this file (with the file extension .php3). I would be really greatful if u helped me out. Thx in advance.