RE: [PHP] Mixing PHP3 & SSI

2001-01-13 Thread Rasmus Lerdorf
> > > If readfile is indeed that "broken", maybe we can talk the > > > powers that be into dumping full HTTP headers through the > > > readfile call in a future version I mean, the main > > > script has it already from when it was called... so it > > > should be able to sub-call pages in that

RE: [PHP] Mixing PHP3 & SSI

2001-01-13 Thread Scott Brown
> > If readfile is indeed that "broken", maybe we can talk the > > powers that be into dumping full HTTP headers through the > > readfile call in a future version I mean, the main > > script has it already from when it was called... so it > > should be able to sub-call pages in that same cont

RE: [PHP] Mixing PHP3 & SSI

2001-01-13 Thread Rasmus Lerdorf
> If readfile is indeed that "broken", maybe we can talk the powers that be > into dumping full HTTP headers through the readfile call in a future > version I mean, the main script has it already from when it was > called... so it should be able to sub-call pages in that same context. readfil

RE: [PHP] Mixing PHP3 & SSI

2001-01-13 Thread Scott Brown
all the site menus and headers.(well, it's worth asking...) > -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > Sent: Sunday, January 14, 2001 12:02 AM > To: Scott Brown > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Mixing PHP3 & SSI

RE: [PHP] Mixing PHP3 & SSI

2001-01-13 Thread Rasmus Lerdorf
it grabbed the first call, processed it, and then forgot > about the rest of the page. > > > > > -Original Message- > > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, January 13, 2001 11:56 PM > > To: Scott Brown > > Cc: [E

RE: [PHP] Mixing PHP3 & SSI

2001-01-13 Thread Scott Brown
EMAIL PROTECTED] > Subject: Re: [PHP] Mixing PHP3 & SSI > > > Why did you decide not to use virtual? The readfile() method you are > using turns PHP into the browser and it makes a completely > new request to > your web server. > > -Rasmus > > On Sat, 13 Jan 2001

Re: [PHP] Mixing PHP3 & SSI

2001-01-13 Thread Rasmus Lerdorf
Why did you decide not to use virtual? The readfile() method you are using turns PHP into the browser and it makes a completely new request to your web server. -Rasmus On Sat, 13 Jan 2001, Scott Brown wrote: > Ok - I thought I saw that it could be done, so I tried it... and I almost > got it w