Page 1 of 1

problem with implode

Posted: Tue Apr 18, 2006 4:03 pm
by ilavos
Is there any kind of memory limit or anything for the implode.I have a program that uses it over and over again and it seems it overflows my browser.Any ideas?Thanks ahead.

Posted: Tue Apr 18, 2006 4:05 pm
by feyd
overflows your browser? I don't think so.

Posted: Tue Apr 18, 2006 4:12 pm
by ilavos
well thats just a guess,because program execution just stops after a certain number of implode functions.But if i start program execution at the array at whitch it stopped previously,theres no problem!

Posted: Tue Apr 18, 2006 4:14 pm
by feyd
sounds like you're hitting the time limit. Check your error logs. If you see something to the effect of "script exceded maximum execution of XX seconds," that'd be it.

set_time_limit()

Posted: Wed Apr 19, 2006 1:02 am
by ilavos
Indeed!Thanks!That did the trick