On 23 January 2013 13:43, James Pittman <jpittm...@gmail.com> wrote: > Interesting. If you do just > print "Hello World"; > > It will print to console and browser - I just assumed that was stdout.
Print and echo actually write to php://output stream, and not php://stdout. Frankly, I'm not sure exactly what happens under the hood, just what it says in the manual. Maybe someone else on the list can explain it better. Regards, Ivan