![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: including file and output to browser
From: Michael Phipps <gravityspike_spamfree_@optusnet.com.au>
Date: Sat Jul 30 2005 - 07:09:11 CEST
>I am not sure I understand the rules as to what exactly gets output to a
To make things easier, lets assume you aren't using output buffering.
a PHP file gets read top to bottom.
If while reading one PHP file the parser comes across an included file, that
> If I include a text only file or an html file, these will show up in the
They will be output to the browser at whatever point you put them in the
Why do you ask anyhow? Some code might make it easier to explain why you
Michael
|