what is the difference between mysql_fetch_array() and
mysql_fetch_row()?
Answer Posted / narasimha.p
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 ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to join multiple strings stored in an array into a single string?
What is php form validation?
How to register a variable in PHP session?
What is csrf token and how it works?
Explain what are some new features introduced in php7?
Why laravel is the best php framework in 2019?
Explain me what is the use of 'print' in php?
What is the main difference between asp net and php?
How to create reusable code in php?
What is the difference between myisam and innodb?
Can I learn php without knowing c?
How is the comparison of objects done in php?
Explain how to run the interactive php shell from the command line interface?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
How can we encrypt the password using php?