Re: [PHP] Help with prev, next

2001-02-19 Thread CC Zona
In article <01022015290505.09282@hermes>, [EMAIL PROTECTED] (David Robley) wrote: > According to the docs, "If advancing the internal array pointer results > in going beyond the end of the element list, next() returns false" so > when you try an print out the result, you get nothing. And once

Re: [PHP] Help with prev, next

2001-02-19 Thread David Robley
On Tue, 20 Feb 2001 15:10, Keith Devens wrote: > Hi, I'm getting some weird behavior from prev() and next(). If anyone > knows what's going on please let me know. Also, please make sure you > e-mail me personally in addition to the list. > > Anyway, here's the problem. Check out the following code