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
What is use of header() function in php?
Is php front end?
What is php session start?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
What are arguments in php?
What does $_cookie means?
What is the difference between associative array and indexed array?
What is the use of header() function in php?
Write down the benefits of php7?
How to call a php function from html button?
What are the advantages of using php?
What is the use of "ksort" in php?
What is an operator in php?
Is java is better than php?
How can we automatically escape incoming data?