What is the difference between mysql_fetch_array and
mysql_fetch_object?
Answer Posted / subrat
mysql_fetch_array ? Fetch a result row as an associative
ARRAY, a numeric array, or both
mysql_fetch_object ? Fetch a result row as an OBJECT
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
How many rows can be inserted in mysql at a time?
What is the difference between mysql and oracle?
How do I edit a stored procedure in mysql?
Can not connect to mysql server 10060?
Why we use mongodb instead of mysql?
Where is the mysql data directory?
what is the default port for mysql server? : Mysql dba
How many concurrent queries can mysql handle?
Is mysql a backend?
What is the difference between unix timestamp and mysql timestamp?
What are the common mysql functions?
What is max connections in mysql?
What is row?
How can we optimize stored procedure?
What do I do if I forgot my mysql root password?