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
Which function(s) in PHP computes the difference of arrays?
What is php and its advantages?
What are the advantages of stored procedures in php?
What is the php function that removes the last element of the array and returns it?
Which is incorrect with respect to separating php code and html?
Require_once(), require(), include(). What is difference between them?
What is lazy loading in php?
How to test if a variable is an array?
Do csrf tokens expire?
What are session variables in php?
How does php server work?
Explain the types of functions for Splitting String?
What is uri routing?
What is the difference between == and === in php?
Tell me what is needed to be able to use image function?