| Recommend this page to a friend! | 
| All requests  | 
> | I need a PHP class for convert MySQL ... | > | Request new recommendation | > | > | 
 by manikanta - 3 years ago (2022-07-28)
+1  | I would to convert data from a MySQL result to a DBF file by using PHP code.  | 
3. 
 by Manuel Lemos - 3 years ago (2022-07-30) Reply
Good idea Adriano. That can also be a solution for Manikanta to solve his problem.
2. 
 by adriano ghezzi - 3 years ago (2022-07-29) Reply
You can also export mysql query result to a csv file with one line of SQL code than with another line of SQL code you can import csv into dbf a php class can be done in hours to get it.
1. 
 by Manuel Lemos - 3 years ago (2022-07-29) Reply
There are some packages to import data from DBF files into a MySQL database. That is the opposite of what you seem to want.
PHP has a base extension that can help you develop a class to do what you want.
You can take a look at the dbase to MySQL packages and learn how to use those dbase functions to achieve the opposite effect.
Would you like a suggestion of any of those dbase to MySQL classes so you can study them?
| Recommend package | |
| 
 |