This is a discussion on xBase Database within the PHP Language forums, part of the PHP Programming Forums category; Greetings, I want to access an x-Base compatible database from PHP on a Unix/Linux environment. The database will ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Greetings,
I want to access an x-Base compatible database from PHP on a Unix/Linux environment. The database will most probably be of the DBase/FoxBase format (.dbf). Does PHP provide a way to access it directly? If not, can this be accessed via ODBC? Is there an ODBC driver for xBase for a Unix platform? Thanks, Harold |
|
|||
|
Harold Crump wrote:
> > I want to access an x-Base compatible database from PHP > on a Unix/Linux environment. The database will most probably > be of the DBase/FoxBase format (.dbf). > > Does PHP provide a way to access it directly? Yes: http://www.php.net/dbase Cheers, NC |