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: ? include (http://mydom.com/cgi-bin/dynsite.pl;) ? This works effectively as a include-virtual SSI directive: it reads

[PHP] Interpreting PHP in dynamic generated web-pages

2001-07-05 Thread Dieter Stolpmann
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 fasion. The ideas is have to solve the

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