Hi
A quick one for you all
I've looked through the PHP docs but nothing springs to mind.
I know that there is a function(?) which will cause PHP to immediately ouput what is currently held in the memory to the html page.
For eg:
echo "123";
<function x here>
echo "456";
will cause 123 to be output prior to the output for 456 being sent.
Can anyone tell me the name of "function x" ?
Thanks!
-Colin
A quick one for you all

I know that there is a function(?) which will cause PHP to immediately ouput what is currently held in the memory to the html page.
For eg:
echo "123";
<function x here>
echo "456";
will cause 123 to be output prior to the output for 456 being sent.
Can anyone tell me the name of "function x" ?
Thanks!
-Colin