Have a look at the ob_* functions.

But to turn output buffering off (I think it is now on by default in 4.3.0
installs)

right at the top of the page:
ob_end_clean();


Response.Buffer = false
ob_end_clean();

Response.Buffer = true
ob_start();

Response.Flush
ob_flush();

-----Original Message-----
From: Ha Duy Thien [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 15 January 2003 11:52 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] convert asp to php


Dear php gurus

I have a simple question. Now I am incharge of converting asp pages into php
pages.

in asp page they have this command : Response.Buffer=false

I would like to know in PHP does it have something like that to control
bufering  php pages? Or could you show me the document about this in php

Thanks you very much

Thien



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to