Hi all,
The ASP style statement: <!--#include file="inc/meta.txt" --> allows you to include an external file into html at run time. I thought i could use it to include the contents of an external php file as well using... <!--#include file="scripts/file.php" -->
For some reason, it does not work...
Does anyone know how to "include" an external php file into html so its contents appear and execute at run time?
thanks,