The mysqli_fetch_row() function fetches one row from a result-set and returns it as an enumerated array.
mysqli_fetch_row(result);