On Fri, 19 Jan 2001, Bruno Freire wrote:

>
> Hi.... My name is Bruno, I'm in Brazil and I'm new in PHP...
>
>
> I wanna know how can I roll in the records of a dataset.
> Like...
> Move First
> Move last
> Move next.....os something like this
> Move previous
>
> Thanks..
>

Move Next is simple; just use xxx_fetch_[array, row, etc.]().

For the other three, some DB interfaces have xxx_data_seek(), but others will
have to be manipulated within an array. However, that's not such a big deal
because you probably shouldn't be moving around arbitrarily like that, should
you? ;)

-- 
Ignacio Vazquez-Abrams  <[EMAIL PROTECTED]>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to