what is the difference between mysql_fetch_array() and
mysql_fetch_row()?
Answer Posted / 585858
mysql_fetch_array()works as an associative array i.e. just
use the field name specified in your database to access the
values while mysql_fetch_row() returns the value of a
single field in a particular row if you r going to specify
the array's index which starts from '0'.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is data abstraction in php?
What is the difference between Split and Explode in PHP?
What is a collection in php?
What is array and function?
Tell me how can we determine whether a variable is set?
What are computer variables?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
How the result set of mysql be handled in php?
How can we create a database using php?
Is php object oriented?
What is local variable in php?
Who is the father or inventor of php?
What is T_PAAMAYIM_NEKUDOTAYIM?
What's the difference between accessing a class method via -> and via ::?
How to download and install php for windows?