PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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.
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!
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.