RE: [PHP] Why is this code hanging?

2002-07-02 Thread John Holmes
You're not incrementing $count within your while loop. So it's staying at zero the whole time... ---John Holmes... -Original Message- From: Leif K-Brooks [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 4:31 AM To: [EMAIL PROTECTED] Subject: [PHP] Why is this code hanging?

Re: [PHP] Why is this code hanging?

2002-07-02 Thread Leif K-Brooks
Oops, sorry for the dumb problem... John Holmes wrote: You're not incrementing $count within your while loop. So it's staying at zero the whole time... ---John Holmes... -Original Message- From: Leif K-Brooks [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 4:31 AM To:

Re: [PHP] Why is this code hanging?

2002-07-02 Thread Chris Hewitt
Leif, I think you are missing a $count++ somewhere. Its a mistake I commonly make... HTH Chris Leif K-Brooks wrote: I am trying to make a simple php program to produce text lIkE tHiS. The thing is, it hangs for a while andd then says it's reached the maximum execution time of 30

Re: [PHP] Why is this code hanging?

2002-07-02 Thread Jason Wong
On Tuesday 02 July 2002 16:31, Leif K-Brooks wrote: I am trying to make a simple php program to produce text lIkE tHiS. The thing is, it hangs for a while andd then says it's reached the maximum execution time of 30 seconds. The error is on line 18. Any ideas? My code: ?php print