What are the differences between MySQL_fetch_array(),
MySQL_fetch_object(), MySQL_fetch_row()?
Answer Posted / vel
when u r using mysql_fetch_object i will first matching
record.
u can access the result set by column name of that record.
when u r using mysql_fetch_array i will fetch all the
matching records from the table.
u can access the result set by index as well as colum name
of that record.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How you can create a trigger in mysql?
Can you tell the difference between $message and $$message?
What is the difference between mysql and sql?
How to run 'mysql' commands from a batch file?
What is difference between mysql_connect and mysql_pconnect?
How to connect html form to mysql database using php?
What is the default password for mysql?
How many rows mysql can handle?
What is an index? How can an index be declared in mysql?
How do I restore a mysql database?
How many types of indexes are there in mysql?
Tell us something about heap tables?
Does insert statement lock the table?
how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.
How do we delete a row in a table?