I did not see this particular question addressed before, other than this posted at http://forums.b2evolution.net/viewtopic.php?t=4761, so here goes.....
I'm running 9.0.12 (patched) on an Apache server.
I successfully edited summary.php to grab headlines from my BlogAll page, and I want to incorporate those headlines on a separate web site that runs on a Windows IIS server.
Bad news -- I'm not allowed/can't run PHP files on that server.
Rather than simply link to the .php file via an iframe, what I'd like to do is automatically generate a static html page from summary.php a couple times a day, then use a cron to wget the static file from the Apache host to the IIS host.
If anyone has an idea on how to create the static page I'd appreciate a reply. Thank you.
Why don't you just use asp/asp.net to scrape summary.php as and when you need it?
¥