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 |
How to reset/destroy a cookie in php?
How to check whether a number is prime or not?
what is php?
What is a PHP Filter?
How can I increase my website session?
What is the basic syntax of Php?
What are the encryption techniques in php?
What does $_server mean?
What's the diff. between include() and Include_once().
What is a php form?
How do you achieve page caching in PHP?
Explain the casts allowed in PHP?