what is the difference between mysql_fetch_array() and
mysql_fetch_row()?
Answer Posted / amit
mysql_fetch_array() will return result row as associative or
nueric array or both.While mysql_fetch_row() will return
result row as array & return only single row.
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
How check submit button is clicked in php?
What are php filters?
Write logic to print Floyd's triangle in PHP?
What is the importance of "action" attribute in a html form?
What are the different types of PHP arrays?
What are php strings?
What is php routing?
How to download files from an external server with code in php?
What are php expressions?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
Distinguish between urlencode and urldecode?
How to upload file in php?
How to remove a file?
What is the use of mvc in php?
Differentiate echo vs. Print statement.