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
Why do we use htaccess and where?
What is url encoding and decoding in php?
What are the functions used in php?
What is the difference between explode and split?
What is properties of class?
What is $_ server request_method == post?
What are the method available in form submitting?
Which is the best web server?
What are the advantages of stored procedures, triggers, indexes in php?
Why is php used?
How to convert one date format into another in php?
Tell us what is the difference between session_unregister() and session_unset()?
What is new static in php?
What is a PHP accelerator?
what is constructor