COPY TO tablename.dbf TYPE FOXPLUS
The table is exported like DBase IV version and works fine with php.
dbase_open
(PHP 4, PHP 5)
dbase_open — Öffnet eine dBase-Datenbank
Beschreibung:
int dbase_open
( string $filename
, int $flags
)
Die Flags entsprechen denen des open()-Systemaufrufs (normalerweise bedeutet 0 Nur-Lesen, 1 Nur-Schreiben und 2 Lesen und Schreiben).
Gibt einen dbase_identifier für die geöffnete Datenbank zurück oder FALSE / falsch, wenn die Datenbank nicht geöffnet werden konnte.
dbase_open
Anonymous
11-Jan-2008 03:05
11-Jan-2008 03:05
jmertic at ncscredit dot com
16-Oct-2001 04:57
16-Oct-2001 04:57
If you are wanting to open Foxpro tables using this, make sure they are in the 2.x format or php will not respond. In VFP use the following:
COPY TO tablename.dbf TYPE FOX2X
This is an easy way to bring database info to the web if you have a small foxpro setup.
