RE: [PHP] Nested page calls

2003-07-18 Thread Lee Elenbaas
think the include should be at the top and then later on the file should simply call the function - much like H file in C lee -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: þù 19 éåìé 2003 2:53þ To: [EMAIL PROTECTED] Subject: Re: [PHP] Nested page calls Lee Ele

Re: [PHP] Nested page calls

2003-07-18 Thread Curt Zirzow
Lee Elenbaas <[EMAIL PROTECTED]> wrote: > I would like to perform nested page calls, where a page does conditional > includes to itself > The problem is how to avoid stepping over the variables not sure why but um.. $current_scope++; if ($condition) { include(__FILE__): } $scoped_vars[$current_

[PHP] Nested page calls

2003-07-18 Thread Lee Elenbaas
I would like to perform nested page calls, where a page does conditional includes to itself The problem is how to avoid stepping over the variables Is there a way to define the page or parts of it as a function and still have the HTML sections of it editable by an html editor? That means without u