| Webmaster Forum Rules | Posting Guide | Contact Us | Testimonials | Contributing Geek Program | Advertise on Geek/Talk |
|
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member.
Join Date: Dec 2006
Posts: 25
|
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] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Let's share our great web hopsting support experiences. | Nintendo | Web Hosting Discussion | 0 | 07-28-2001 02:31 AM |
| CGI Usage Necessitating Dedicated Server? | wsz | Web Hosting Discussion | 1 | 01-26-2001 04:48 PM |
| running perl (cgi) on NT server ( IIS ) | Guava | Web Design and Webmaster Issues | 0 | 05-24-2000 05:32 PM |
![]()