Hi,
a script that goes through a number of words and echos possible combinations of these words does not finish the output, out of maybe 5000 keywords, the script only goes through about 3500.
The word combinations are created with arrays and foreach loops, but the output stops after around 6600 lines.
I do not believe this is a timeout error, as the script only takes about 2 seconds to run, i.e. loading the webpage takes about 2 seconds, the status bar of the browser indicates that the page has been loaded.
Any ideas?
Steve