Hello,

I have a PHP page.

In the script I connect to one our tables having more then 80K rows and dump the data using echo command.

When I run this page from my browser, the process always stops half way thru and only half the data is dumped. I can reproduce this problem everytime. I am on a 512Kbps DSL line.

By stopping i mean from IE, about 50K rows are dumped and then the process stops.

I have even tried: set_time_limit (0) so that we have unlimited timeout but its still giving the same error.

Do I need to configure something in the server so that complete data is dumped?

Ritesh

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



Reply via email to