what is the difference between mysql_fetch_array() and
mysql_fetch_row()?
Answer Posted / manikandan
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 ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is die in php?
How is php different from other languages?
Which function is used in php to count the total number of rows returned by any query?
How do I check if a given variable is empty?
What is ci framework in php?
Tell me will a comparison of an integer 12 and a string "13" work in php?
What is better .net or php?
How can cross site request forgery csrf be prevented?
Why did you choose this particular career path?
Is it possible to extend the execution time of a php script?
What is an associative array?
Where is session id stored?
What is abstract class php?
Explain me what is the w3c?
What is the scope of a variable defined in a function?