RE: [PHP] A Problem With Loops

2002-01-10 Thread Ash Young
Hi, Sorry about not showing the code, there is a lot of it. Now this script works in my pc, running IIS5 but not on my web host. If you remove various parts of the main if statments then it manages more than 20. Depending which if statement is removed, changes how many iterations it will last fo

Re: [PHP] A Problem With Loops

2002-01-10 Thread S. Murali Krishna
Show the loop code. On Thu, 10 Jan 2002, Ash Young wrote: > Hi, > > I am having a problem with any type of loop, for, foreach, while. I have a > PHP script that loops through an array that contains the contents of a text > file and processes the data it recieves. > > My problem is that the

[PHP] A Problem With Loops

2002-01-10 Thread Ash Young
Hi, I am having a problem with any type of loop, for, foreach, while. I have a PHP script that loops through an array that contains the contents of a text file and processes the data it recieves. My problem is that the loop will only manage about 18 iterations before processing dies. I know that