What are the different ways we can retrive the mysql results
using php ? Explain each



What are the different ways we can retrive the mysql results using php ? Explain each..

Answer / 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

More PHP Interview Questions

What is super () python?

0 Answers  


Who is the father or inventor of php?

0 Answers  


What is the purpose of php?

0 Answers  


what is different between PHP and Asp.net?

1 Answers  


How can i send a HTML file to mail account.

2 Answers  


What is framework? How it works? What is advantage?

0 Answers  


What is difference between readonly and constant?

0 Answers  


How do you match the character ^ at the beginning of the string? - ^^

1 Answers  


What is a php class?

0 Answers  


Tell me what is the default session time in php?

0 Answers  


what is the difference between GET,POST and REQUEST in php

1 Answers  


How to define a function with any number of arguments?

0 Answers  


Categories