Re: [PHP] Datasets

2001-01-19 Thread Richard Lynch
> 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 in a dataset. > Like... > Move First > Move last > Move next.os something like this Depends on which database you use... Assuming it's MySQL, you have http://php.net/mysql_fetch_ro

Re: [PHP] Datasets

2001-01-19 Thread Marcelo Gulin
Hi Bruno! what database are you using? for mysql, you can use mysql_data_seek function. regards Marcelo Gulin Bruno Freire escribió: > > 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 in a dataset. > Like... > Move First > Mov

[PHP] Datasets

2001-01-19 Thread Bruno Freire
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 in a dataset. Like... Move First Move last Move next.os something like this Thanks..