At 4:29 PM +0200 10/26/99, Sébastien FERRANDEZ wrote:
>Hi there,
>
>I am wondering how to build cursors with PHP and MySQL like I did when I
>was experimenting that good old PL/SQL...I have to retrieve fields from
>my MySQL database and while looping on the number of fields obtained, I
>have to stock them in an array. As I am ordering them by months (this
>proggie is working on 6 months), I have to create 6 arrays and then fill
>them up with 5 different fields.
>
>Who would be of any help to me.
>Thankzzzzzzzz
If what you want to do is move back and forth within your result
set, use mysql_data_seek().
--
Paul DuBois, paul@stripped