charlie12345
Technical User
Is there a MySQL function that will return the record number of the current record after a "Select" query has been performed (after retrieving the record contained in mysql_fetch_array) ? I know count(*) will return the number of records in the table, but I want to know the record number of THIS record.