Re: [PHP] Interpreting PHP in dynamic generated web-pages

2001-07-06 Thread Dieter Stolpmann
> Here's how I see things: > > say http://mydom.com/cgi-bin/dynsite.pl is the thing that generates the > html/php code. Make http://mydom.com/index.php contain just this line: > > http://mydom.com/cgi-bin/dynsite.pl";) ?> > > This works effectively as a include-virtual SSI directive: it reads from

Re: [PHP] Interpreting PHP in dynamic generated web-pages

2001-07-05 Thread lists
On Thu, 5 Jul 2001, Dieter Stolpmann wrote: > Hi, > > I'm trying to solve the following issue in a (hopefully) simply way: > > - I'm creating web-pages using php and perl (using a page template) > - the dynamically created pages may contain php code which I like to get > interpreted in a normal