[PHP] Script to interpret ssi include calls

2001-05-05 Thread James Hamilton
Hi I am developing pages for a site that has been constructed using nested apache ssi virtual include calls to build each page. Each included page may contain calls to other pages etc This means that if I call page elements into a php page (using include()/require() ) the !--#include virtual=

Re: [PHP] Script to interpret ssi include calls

2001-05-05 Thread Roy Wilson, Jr.
Use the virtual() command to call SSI from PHP. -Roy on 5/5/01 2:43 AM, James Hamilton at [EMAIL PROTECTED] wrote: Hi I am developing pages for a site that has been constructed using nested apache ssi virtual include calls to build each page. Each included page may contain calls to other