Is there any way to get the row id or row number from the result set in php mysql query? What is the use of _rowid in mysql?
The following query fetch the details of applicant 2435
SELECT * FROM applications WHERE _rowid =2435
but here _rowid is not a field of the table. Like this we need to get the record id from a result set in php mysql.