#x27;.$val.' index = '.$key.'';
}
}
- Original Message -
From: "Eivind A. Sivertsen" <[EMAIL PROTECTED]>
To: "Zac Hillier" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, June 14, 2002 9:58 AM
Subject: Re: mysql row position
ur question really is, but perhaps this
helped some?
Good luck,
Eivind <:-)
- Original Message -
From: "Zac Hillier" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 14, 2002 9:58 AM
Subject: mysql row position
> Hi
>
> I'm look
Hi
I'm looking for a php function that will return the position of the pointer
in a mysql recordset.
I found mysql_data_seek, but this appears to only move the pointer, I need
to get the equivalent row number for the pointer position before moving it,
then return to the same position.
Can anyon