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
How do I clear my browser session?
Explain about the connective abilities of the PHP?
Explain me what are the 3 scope levels available in php and how would you define them?
What is a string in r?
How to create a table to store files?
Write a program using while loop in php?
How to get number of days between two given dates using PHP?
What are the popular content management systems (cms) in php?
What the use of var_dump()?
What are the __construct() and __destruct() methods in a php class?
What is a php session?
What is the meaning of xdebug?
How to Pass JSON Data in a URL using CURL in PHP?
How to find length of an array in php ?
Can we use php variable in javascript?