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
What does $_server means?
How do you parse and process html/xml in php?
What is a php namespace?
How does php work with apache?
How do you use bcrypt for hashing passwords in php?
What are the types of variables in php?
Write down the code for save an uploaded file using php?
Is php used for frontend or backend?
How to enable parsing?
What is the difference between fopen() and fclose()?
What is a path Traversal?
What is the use session in php?
How do you find the length of a string in php?
How to get number of days between two given dates using PHP?
When sessions ends?