How many ways there are to fetch the data from the Database?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the types of functions for Splitting String?
What is strlen php?
What is artisan in php?
How to remove duplicate values from php array?
How to randomly retrieve a value from an array?
How does php session work?
List types of array are available in php?
How to get a total number of elements used in the array?
What is the purpose of constant() function?
What is the use of inner join in mysql?
How do I get csrf token?
How do I clear my browser session?
What is the difference between for and foreach in php?
What does $globals mean?
What are the common uses of php?