[PHP] PHP output|Buffer, PLEASE ADVISE

2003-09-21 Thread nabil
Hi all; In general , when you open an html file , the browser start to display and draw the tables, then start to display the pictures (on slow internet connection).. but when you make your html code inside an php the output will be different, it will buffer everything then it will pop the whole

Re: [PHP] PHP output|Buffer, PLEASE ADVISE

2003-09-21 Thread Rasmus Lerdorf
On Sun, 21 Sep 2003, nabil wrote: In general , when you open an html file , the browser start to display and draw the tables, then start to display the pictures (on slow internet connection).. but when you make your html code inside an php the output will be different, it will buffer

Re: [PHP] PHP output|Buffer, PLEASE ADVISE

2003-09-21 Thread Marek Kilimajer
Check Activate compression setting in postnuke admin. You want it to be No. If this setting is activated, ob_start(ob_gzhandler); is called in pnInit() nabil wrote: Hi all; In general , when you open an html file , the browser start to display and draw the tables, then start to display the