Friday, December 19, 2008

PHP:MySQL_fetch_array

This is the function used to fetch array from the query of database...
if $result is the result of query then

MySQL_fetch_array($result)

returns the row of the query as an array whose values can be accessed just like that of a normal array.

0 comments: