Hello, this is my third post (i.e. starting a thread), please be gentle.
I have a PHP file that outputs a html file (the usual PHP echo stuff, no funny business... Well PHP outputs it from a XML file... ).
Now, I want to load that file (the HTML file that is). But that file is a temp file created by PHP.
My question is thus: how, if possible, do I do that?
I have a PHP file that outputs a html file (the usual PHP echo stuff, no funny business... Well PHP outputs it from a XML file... ).
Now, I want to load that file (the HTML file that is). But that file is a temp file created by PHP.
My question is thus: how, if possible, do I do that?
Comment