Difference between mysql_fetch_row and mysql_fetch_array
Answers
Answered by
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
0
Answer:
Above answer is perfect
Similar questions