How many ways there are to fetch the data from the Database?
Answers were Sorted based on User's Feedback
Answer / dharmendra gurjar
mysql_fetch_array
mysql_ftech_row
mysql_fetch_object
mysql_fetch_assoc
the four way to help you to find the data from the database.
| Is This Answer Correct ? | 45 Yes | 1 No |
Does php have multiple inheritance?
In mail($param1, $param2, $param3, $param4), the $param2 contains__
Php being an open source is there any support available to it?
How can I find my php version?
Are objects passed by value or by reference?
Tell me how is it possible to parse a configuration file?
What is json php?
Why do we use in php?
What does $this do in php?
What is the use of Php variables?
Explain how we can get the number of elements in an array?
Is runtime polymorphism overriding?