Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with extracting database in .dbf format using php only

Status
Not open for further replies.

surovi99

IS-IT--Management
Feb 11, 2005
28
US
Could someone suggest me some codes for extracting database in .dbf format using php only?

I know how to retrieve data using mssql_*() functions, for example:
//Ms sql server connection here
$query = "SELECT * FROM User ";
$result =mssql_query($query);

But how to use dbase_*() functions to save target dbase file?

Mnany thanks in advance...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top