What is the use of mysql_fetch_array in php?



What is the use of mysql_fetch_array in php?..

Answer / Rajendra Singh Gwal

mysql_fetch_array() function in PHP fetches a result row as an associative array, a numeric array or both. It's used to fetch rows from a MySQL database query result.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How to reset/destroy a cookie in php?

1 Answers  


How to check whether a number is prime or not?

1 Answers  


what is php?

3 Answers  


What is a PHP Filter?

1 Answers  


How can I increase my website session?

1 Answers  


What is the basic syntax of Php?

1 Answers  


What are the encryption techniques in php?

1 Answers  


What does $_server mean?

1 Answers  


What's the diff. between include() and Include_once().

5 Answers   Intrack,


What is a php form?

1 Answers  


How do you achieve page caching in PHP?

3 Answers  


Explain the casts allowed in PHP?

1 Answers  


Categories