Why on earth would you want to echo 80k rows?? :) Anyways... 1) If you have safe mode on, set_time_limit doesn't work. 2) You might check your max_execution_time value defined in the php.ini Nate -----Original Message----- From: Ritesh Nadhani [mailto:riteshp@xxxxxxxxxx] Sent: Friday, November 05, 2004 9:43 PM To: php-general@xxxxxxxxxxxxx Subject: Big table dump stopping in between 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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php