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
Which php framework is best?
How variables are passed through arguments?
What is htaccess? Why do we use this and where?
Is session a cookie?
Explain scalar type declarations in php7?
How to redirect a url from http to https in .htaccess?
What are the advantages of oops in php?
Will react hooks replace redux?
What's the difference between using mysql_ functions and pdo?
What is associative array in php?
Is php 5.6 secure?
How do you connet mysql database with php?
Explain the types of string comparision function in PHP
Can you give example for trait in php?
Is java is better than php?