[PHP] Displaying content on the fly

2001-11-23 Thread Darren Gamble
Good day, I've been using both Perl and PHP for some time now for dynamic content. I'm presently running PHP4 as an apache module. One difference that I've noticed is that PHP doesn't produce any output until the script is complete, whereas with Perl one could print doing this... , perform

RE: [PHP] Displaying content on the fly

2001-11-23 Thread Richard Black
] Displaying content on the fly Good day, I've been using both Perl and PHP for some time now for dynamic content. I'm presently running PHP4 as an apache module. One difference that I've noticed is that PHP doesn't produce any output until the script is complete, whereas with Perl one could print doing

RE: [PHP] Displaying content on the fly

2001-11-23 Thread Darren Gamble
(403) 781-4948 -Original Message- From: Richard Black [mailto:[EMAIL PROTECTED]] Sent: Friday, November 23, 2001 9:31 AM To: 'Darren Gamble'; '[EMAIL PROTECTED]' Subject: RE: [PHP] Displaying content on the fly Try using the flush(); function. It flushes all output to the browser