Computer Science, asked by rishavdrk5618, 1 year ago

Difference between mysql_fetch_row and mysql_fetch_array

Answers

Answered by hs26102005
1

Mysql_fetch_array() Fetch a result row as an associative array, a numeric array and also it fetches by both associative & numeric array.This function will actually return an array with both the contents of mysql_fetch_row and mysql_fetch_assoc merged into one. It will both have numeric and string keys

Answered by himanshu1125
0

Answer:

Above answer is perfect

Similar questions