Well, I would like to know how to return the record with the field with the highest number of occurrences in a phpMyAdmin database table.
See the following image:
Iwouldliketoget" Joao ". I tried using mysql_num_rows
, but I was not successful.
What can I do for mysql_num_rows
?