what is the difference between mysql_fetch_array() and
mysql_fetch_row()?
Answer Posted / sowmya mn
mysql_fetch_assoc — Fetch a result row as an associative array
mysql_fetch_array — Fetch a result row as an associative
array, a numeric array, or both
mysql_fetch_row — Get a result row as an enumerated array
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
What is use of preg_replace in php?
What is trim function in php?
What are the advantages of stored procedures?
What are the different loops in php?
Explain NULL?
How can you send email in php?
Is runtime polymorphism overriding?
What is factory pattern in php?
How to set session.gc_divisor properly?
What is php routing?
Which cryptographic functions in php returns the longest hash value?
What is query string php?
How to Pass JSON Data in a URL using CURL in PHP?
What is session management php?
Do you know how to get the ip address of the client?