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

[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

[PHP] Sessions?

2003-06-18 Thread Lee Elenbaas
Hi, I have failed to find the information I am looking for on session management by PHP – do they use cookies? Is there a way to use URL rewriting? How do I find the timeout time? is there a way to close a session manually? It seem to me like all those questions got to have answers for them somewh