ching
answered Nov 30 '-1 00:00
Mysqli_fetch_assoc
-- Returns an associative array of strings representing the fetched row
Mysqli_fetch_array
-- Returns an array of strings that corresponds to the fetched row
it means it return two value for same field
so Mysqli_fetch_assoc is good for good performance.