In how many ways we can retrieve the date in the result set
of mysql using PHP?
Answer Posted / bijay.behera9911033016@orissa
1. mysqli_fetch_rows
2. mysqli_fetch_object
3. mysqli_fetch_assoc
4. mysqli_fetch_array
Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
Explain me what is the difference between explode() and split() functions?
When to use single quotes, double quotes, and backticks?
Can I learn php in a month?
What are the steps involved to run php?
What is php and sql used for?
Explain about PHP cookies?
What is boolean in php?
Can php use gettext?
Does php have a future?
What are the advantages of triggers in php?
Tell me what are magic methods?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is binary safe function in php?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
How can we display information of a variable and readable by human with php?