RE: [PHP] ini_set('memory_limit', '16M')

2007-11-28 Thread George Pitcher
Hi, On one script (pulling large amount of data from mysql) I'm getting error: Fatal error: Allowed memory size of 16777216 bytes exhausted... I put on the beginning of the page ini_set('memory_limit', '64M'); but I'm still getting the same error message?!? ini_set() returns the old value,

Re: [PHP] ini_set('memory_limit', '16M')

2007-11-28 Thread Jim Lucas
afan pasalic wrote: Hi, On one script (pulling large amount of data from mysql) I'm getting error: Fatal error: Allowed memory size of 16777216 bytes exhausted... I put on the beginning of the page ini_set('memory_limit', '64M'); but I'm still getting the same error message?!? Any idea?

Re: [PHP] ini_set('memory_limit', '16M')

2007-11-28 Thread Dee Ayy
On Nov 28, 2007 4:05 PM, George Pitcher [EMAIL PROTECTED] wrote: Hi, On one script (pulling large amount of data from mysql) I'm getting error: Fatal error: Allowed memory size of 16777216 bytes exhausted... I put on the beginning of the page ini_set('memory_limit', '64M'); but I'm