Re: [PHP] Big table dump stopping in between

2004-11-08 Thread Jason Wong
On Monday 08 November 2004 07:14, Ritesh Nadhani wrote: Please do not top post. Here is page that shows phpinfo() in my webserver. http://www.webyog.com/indexsam.php As I can see, the configure command has '--enable-safe-mode' but in the PHP core configuration - safe_mode is set to off.

Re: [PHP] Big table dump stopping in between

2004-11-08 Thread Ritesh Nadhani
Hello, - Original Message - From: Jason Wong [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 08, 2004 9:59 PM Subject: Re: [PHP] Big table dump stopping in between On Monday 08 November 2004 07:14, Ritesh Nadhani wrote: Please do not top post. I dont know what you mean

Re: [PHP] Big table dump stopping in between

2004-11-08 Thread Jason Wong
On Monday 08 November 2004 10:04, Ritesh Nadhani wrote: Please do not top post. I dont know what you mean by that. I just pressed reply all in my outlook. google top post Sorry for my previous post but I am actually doing set_time_limit(0) at top of my script. Then your problem most

Re: [PHP] Big table dump stopping in between

2004-11-07 Thread Ritesh Nadhani
set_time_limit(30) Do you find anything unusual? Regards, Ritesh - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 06, 2004 11:41 AM Subject: RE: [PHP] Big table dump stopping in between Why on earth would you want to echo 80k rows?? :) Anyways

Re: [PHP] Big table dump stopping in between

2004-11-06 Thread Jason Wong
On Saturday 06 November 2004 05:43, Ritesh Nadhani wrote: 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

Re: Re: [PHP] Big table dump stopping in between

2004-11-06 Thread Ritesh Nadhani
Hello, From: Jason Wong [EMAIL PROTECTED] Date: 2004/11/06 Sat PM 06:01:28 EST To: [EMAIL PROTECTED] Subject: Re: [PHP] Big table dump stopping in between On Saturday 06 November 2004 05:43, Ritesh Nadhani wrote: In the script I connect to one our tables having more then 80K rows

Re: Re: [PHP] Big table dump stopping in between

2004-11-06 Thread James Kaufman
On Sat, Nov 06, 2004 at 10:10:56AM -0500, Ritesh Nadhani wrote: I even tried an HTTP utility but it is also stopping half way thru. I think its a problem with ISPs server. Looks like some server option has to be configured. What database is this again? I had a similar problem with an

RE: [PHP] Big table dump stopping in between

2004-11-05 Thread nate
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:[EMAIL PROTECTED] Sent: Friday, November

Re: [PHP] Big table dump stopping in between

2004-11-05 Thread Ritesh Nadhani
PROTECTED] Sent: Saturday, November 06, 2004 11:41 AM Subject: RE: [PHP] Big table dump stopping in between 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