Hi
I'm trying to INSERT the output of a php script on a remote sever into a virtually static HTML file.
for a perl script it would be
<!--#exec cgi="http://blah/cgi-bin/script.cgi" -->
any clues??
Thanks in advance
php pages can be called like static html pages. I forgot the exact format so I'm kindof guessing here:
<!--#include file="http://page.php" -->
Thanks
That works fine but only if the php script is within the local directory structure
Any clues ??
Cheers
Len
I guess if you can't use PHP instead of SSI, you'll have to write a script to fetch the remote page and echo it back to the SSI command.