I fired a query on a mysql db , and got the result for it, using
$result = mysql_query("SELECT * FROM population");
, where, $result is a resource......
now , i want to save the results as a ' .dbf' file, which requires one
of the parameters for its creation as array of arrays...
so , now i want to convert the $result variable as "array of array".