Your site clearly explains how to use server side includes. A minor problem with the suggested php/apache approach, using the *virtual* command, is that it is not possible to catch the output from *virtual* - it goes straight to the browser.
Do you have any idea whether the IIS solution you suggest, using shell_exec, will also work with apache - I know I could just test it, but thought it best to ask first.
Thanks
Do you have any idea whether the IIS solution you suggest, using shell_exec, will also work with apache - I know I could just test it, but thought it best to ask first.
Thanks
Comment