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 do I clear the command in mysql?
Is mysql is a programming language?
How do I change the max connections in mysql?
Is oracle mysql free?
Can a table have multiple primary keys?
Is mysql a server or database?
What is pdo connection?
How to enter numeric values as hex numbers?
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.
Can python connect to mysql?
How set mysql root password?
How to show certain selected rows with the value "pcds".
Is primary key auto increment?
How do I delete a mysql user?
Why should I use mysql?