What is the difference between mysql_fetch_array and
mysql_fetch_object?
Answer Posted / abhay kumar
mysql_fetch_array display all matching record from table as
an array while mysql_fetch_object dispaly first matching
from table as ab object
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
What are the different column comparison operators in mysql?
What are queries used for?
What is a trigger in mysql?
What are mysql queries?
Is mysql deprecated?
What is mysql protocol?
Can you tell what are various ways to create an index?
How do I change mysql password?
What does it mean to be case sensitive?
Why do we use views instead of tables?
what is the default port for mysql server? : Mysql dba
Can we join 3 tables in mysql?
What is back end and front end?
What is the purpose of mysql database?
In a property booking section want a query to check that property is booked from StartDate to EndDate.Booking Table field are given id proerty_id start_date checkout_date no_of_visitor booking date status Waiting yours answer.. Thanks In Advance...