What are the different ways we can retrive the mysql results
using php ? Explain each
Answer Posted / prasad
mysql_fetch_row //fetch as row
mysql_fetch_array //fetch as array.retrieve data using
index or feild name
mysql_fetch_assoc //fetch as associative array
mysql_fetch_object //fetch as object
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is uniqid php?
What is difference between action hook and filter hook?
What is use of htmlspecialchars php?
What is the interface in php?
how to open & closing opening period in fico
What is polymorphism php?
What is the current stable version of php? What advance thing in php7?
Tell me how to retrieve a cookie value?
What does the arrow mean in php?
How do you check if a variable has been set in php?
What is printf in php?
What is meant by variable variables in php?
Is there an easy way to delete an element from a php array?
Does php require a web server?
Is php 5.6 secure?