Forum Moderators: coopster
The subject line pretty much says it: can you call server-side includes from within a PHP file? If so, are there any special instructions, or does it work just like a normal SSI?
Thanks,
Matthew
Like lorax said instead of <!--#include virtual='myfile.htm' --> simply do <?include 'myfile.htm';?> in php.
daisho.
it would be like trying to have files parsed for asp and perl php and perl php and asp
you can only have files parsed for a single server side language or it gets very confused. ;)