Hi there,
I try to include the result of an php4 script into an HTML file. I did that with the SSI INCLUDE-command, which works wonderful.
The problem is that the php4 script now should be executed on a different server than the (S)HTML file is, because this one does not support php. As everybody knows an SSI-include to a file stored on a remote-host is not possible.
Does anybody know about a possibility to do that. I do not have to do it with SSI. I need a solution to include the result of an remote php-script in a plain HTML file.
Thanks in advance
Christoph