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
Does mysql need php?
How to open standard output as a file handle?
Is json a string php?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
How to send email using php script?
Write a program to upload a file in php?
How can we display the output directly to the browser?
How are php sessions stored?
What is a php certification?
What does echo mean in php?
How can you retrieve data from the mysql database using php?
What is php trait?
How does html form submit work?
Does php support multiple inheritance?
Explain me what are the main error types in php and how do they differ?