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
How can we connect to a mysql database from a php script?
How do you execute a php script from the command line?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is the apache?
What is csrf token and why it is required?
what is the scope of php in the future if any other language is developed then may be php is loss ???
What is a composer?
Explain soundex() and metaphone().
When is a conditional statement ended with endif?
Tell me how do you define a constant?
Tell me what is the use of the function htmlentities?
What is the most convenient hashing method to be used to hash passwords?
Declare a new variable in php equal to the number 3;
How do I repair phpmyadmin?
How to access a global variable inside a function?