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 |
Which php framework is best for beginners?
What is the difference between indexed and associative array?
Is it possible to extend the execution time of a php script?
In mail($param1, $param2, $param3, $param4), the $param2 contains__
Is php an oop?
What exactly is PHP?
Write a program to find no of days between two dates in php?
Where can I learn php?
How to Retrieve a Cookie Value?
What is constructors and destructors?
what is pear in php in brief ?
What is the purpose of constant() function?