Re: [PHP] problem while loop.

2002-02-24 Thread Jeff Bearer
Well, I found the problem. it wasn't happening where I thought it was. which brings up another question I'll have to ask in a new subject about output buffering. On Sun, 2002-02-24 at 18:00, Jeff Bearer wrote: > It's all returning proper dates and the proper timestamps when I check > them inside

Re: [PHP] problem while loop.

2002-02-24 Thread Steven Walker
Jeff, Everything you are doing sounds fine, and I don't see any logic problems with the while loop. However, I really can't extrapolate any further conclusion without more info. How are you determining that the if statement is working? As long as this loop is running it should always echo 'GO

Re: [PHP] problem while loop.

2002-02-24 Thread Jeff Bearer
It's all returning proper dates and the proper timestamps when I check them inside the loop. I'm formatting the dates in -MM-DD format and strtotime is returning the proper timestamps. I'm curious how can you say it's a problem with the dates when the if statement comparing the same expressi

Re: [PHP] problem while loop.

2002-02-24 Thread Steven Walker
Jeff, The problem is most likely with incrementing $event_data. It's hard to say without seeing the rest of the code. Steven J. Walker Walker Effects www.walkereffects.com [EMAIL PROTECTED] > I have a problem while loop that isn't terminating when it's supposed > to. I can't figure out what t