mysql_num_rows() function to Get number of records or rows in mysql table
MySql number of records or rows present in a table after using select query ... Finding total number of rows in a table We can get the number of rows or records present in a table by using mysql_num_rows() function....