Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 200004

[PHP4BETA] About Virtual and headers From: Sergio Garcia Murillo (sergio.garcia <email protected>)
Date: 04/24/00

Just to check if this is a feature or an unwillingly result..

I got a page wich writes a web page to a file (wich have some apache includes)
so i do then a virtual to show the page and exit.. but as no previous output is
written the http heathers are not send so the final resul is..

<--- the web page -->
HTTP/1.1 200 OK
Date: Mon, 24 Apr 2000 10:54:14 GMT
Server: Apache/1.3.9 (Unix) (SuSE/Linux) PHP/4.0RC1 ApacheJServ/1.1
X-Powered-By: PHP/4.0RC1
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html

0

It's not a problem (i can echo before the virtual) but i thought it was interesting
mentioning it.

                Greetings
                    Sergio