what is the difference between mysql_fetch_array() and
mysql_fetch_row()?
Answer Posted / srinivas1982
Wrong mysql_fetch_row retrives a single row or record from a
table and mysql_fetch_array returns all rows and result into
an array this array is both numeric and associative.
mysql_fetch_row has single row.
where as mysql_fetch_array has multiple rows.
| Is This Answer Correct ? | 25 Yes | 42 No |
Post New Answer View All Answers
What is the difference between explode () and split () functions in php?
Explain me what is the meaning of a persistent cookie?
When should you use a stored procedure?
What is split function in php?
What are the method available in form submitting?
Explain the difference between $var and $$var?
Does empty check for null?
How to add comments in php?
Is runtime polymorphism overriding?
Explain what are some new features introduced in php7?
What is the use of $_server and $_env?
What is difference between php and wordpress?
Explain about looping in PHP?
How to get useful error messages in php?
What version of php do I have windows?