This is a discussion on How to to check a php server support for within the PHP Programming forums, part of the Web Development category; Hi there, I am working now to get flush working on my page, I took this script for example: [code:...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi there, I am working now to get flush working on my page, I took this script for example: [code:1]<pre> <?php ob_end_flush(); echo "Test1\n"; flush(); sleep(3); echo "Test2\n"; ?> </pre>[/code:1] It works on my own server but not in a web hosting. I have put in .htaccess [code:1]<IfModule mod_gzip.c> mod_gzip_on no </IfModule>[/code:1] I put flush all HTML up to and including the <body> tag (<head>, <meta>, etc.), the browser won't respond. Is there stil something I've missed? What is the easiest way to check a php server support for flush?[/code] |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Yahoo announced to support OpenID | senthilkannan | Yahoo | 0 | 01-21-2008 11:37 PM |
| QTP support JAVA? | vadivelanvaidyanathan | Testing Tools | 0 | 08-22-2007 12:33 AM |
| .Net support validating XML? | devarajan.v | XML and SOAP | 2 | 08-13-2007 11:53 PM |
| .Net framework support SAX? | devarajan.v | XML and SOAP | 1 | 07-26-2007 04:43 AM |
| C # Support C type macros~! | vigneshgets | C# Programming | 0 | 05-17-2007 07:19 AM |