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
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
How to fix "headers already sent" error in php
Tell me how to create a text file in php?
What is the difference between php and core php?
Does browser understand php?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
Can we override magic methods in php?
What is php and sql?
What is php and sql used for?
What is symfony php?
What is the use of htmlentities in php?
Does php 7 support mysql?
What is the use of trim in php?
What are examples of dependent variables?
Explain me what is the importance of "method" attribute in a html form?