mysqli_fetch_array « MySQL Database « PHP






1.Using the mysqli_fetch_array() Function
2.function mysql_fetch_array() accomplishes the same result as mysql_fetch_row(), by default it assigns a returned row to an associative array.