In how many ways we can retrieve the date in the result set
of mysql using PHP?
Answer Posted / vasan.
4 ways
1. mysql_fetch_rows
2. mysql_fetch_object
3. mysql_fetch_assoc
4. mysql_fetch_array
| Is This Answer Correct ? | 57 Yes | 4 No |
Post New Answer View All Answers
Tell me what is the definition of a session?
Where is session id stored?
How to select a database in php?
How do you remove whitespace from the beginning and end of a $string variable?
Is php a backend?
Explain do you use composer? If yes, what benefits have you found in it?
What is the function mysql_pconnect() useful for?
how to detect a mobile device using php
What is the difference between $argv and $argc? Give example?
Which function will you use to create an array?
Explain me what are the 3 scope levels available in php and how would you define them?
What is substr() in php? And how it is used?
How I can control asset documents without GR/IR?
What is string in php?
Can we use onclick in submit button?