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
What is csrf token and how will you add csrf token in ajax?
What is php session id?
Is null or empty c#?
What does the unset() function means?
How to receive a cookie from the browser?
How is it possible to parse a configuration file?
How can I embed a java program in php file and what changes have to be done in php.ini file?
What is php session start?
What is namespace and use in php?
How do I start a php session?
What is var_dump function in php?
What are the features of php 7?
What is the difference between characters 34 and x34?
Explain the purpose of output buffering in php.
Explain the installation of PHP on UNIX systems?