|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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". How to do that ? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
dgs wrote:
> 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". > > How to do that ? > > Start with http://us.php.net/manual/en/function...etch-array.php. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |
|
![]() |
| Outils de la discussion | |
|
|