Re: [PHP] PHP Processing Order || Function Calls

2003-03-18 Thread CF High
Thanks for the tip Erik. Looks like I'll need to test live on this one -- I've got a win2k/Apache/PHP setup locally -- output buffering apparently does not work in this configuration... I'll look into it on our host company's Linux servers, --Noah "Erik Price" <[EMAIL PROTECTED]> wrote

Re: [PHP] PHP Processing Order || Function Calls

2003-03-18 Thread Erik Price
CF High wrote: Hey all. I was under the impression that PHP processes all php code first before handing HTML processing over to the browser. http://www.php.net/manual/en/ref.outcontrol.php Erik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

[PHP] PHP Processing Order || Function Calls

2003-03-18 Thread CF High
Hey all. I was under the impression that PHP processes all php code first before handing HTML processing over to the browser. It seems that if you call an external function that, say, queries your db for data and spits out populated formfields, the function is processed somehow simultaneously wit