Hi,
What is the use of fetch array function in mysql server
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jan 11, 2012, 1:38 PM
MySQL doesn't have a Fetch Array function. mysql_fetch_array is actually a PHP function that allows you to access data stored in the result returned from a successful mysql_query.
Please refer the below link
http://www.tizag.com/mysqlTutorial/mysqlfetcharray.php
Thanks