Which is the best method to fetch the data from mysql?
1.mysql_fetch_array()
2.mysql_fetch_object()
3.mysql_fetch_row()
4.mysql_fetch_assoc()
Answer Posted / 24/06/08
mysql_fetch_array() is select total values of tables.
mysql_fetch_object() is select a partcular name of the row
in a tables.
mysql_fetch_row() is select row in tables is saem one
object functionor comment.
mysql_fetch)assoc() it means the same function of
mysql_fetch)row and object function.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What types of loops exist in php?
Why php script is not running in browser?
What is is_null() in php?
Tell me how can you pass a variable by reference?
Is php better than java?
Which is better php or wordpress?
How to check a key exist in an array?
What does mysqli_query return?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
What is PECL?
What is the difference between core php and php?
What is php beginner?
Write a program to find no of days between two dates in php?
What is super () python?
Do you know what's the difference between __sleep and __wakeup?