what is the difference between mysql_fetch_array() and
mysql_fetch_row()?
Answer Posted / jemit p jose
mysql_fetch_row() for select aggragate data or single data
eg:select count(*) from TableName
mysql_fetch_array() for retrive more data from Table
| Is This Answer Correct ? | 42 Yes | 53 No |
Post New Answer View All Answers
Tell me how comfortable are you with writing html entirely by hand?
How to make a class in php?
Can you convert php to html?
How do you compare strings in java?
Does php pass arrays by reference?
Does php support multiple inheritances?
What is csrf validation?
What is difference between core php and framework?
Explain what are some new features introduced in php7?
What does echo mean in php?
Which are the best start and end tags to use?
Explain the visibility of the property or method?
How can I find my php version?
What are some of the advanced features of php?
List some sorting functions in php?