my database foxpro and PHP will be on Linux
concretly, how can I connect to this database. I use:
odbc_pconnect(string dsn ,string user ,string password ,[int cursor_type ])
is it the right function?
is it possible de indicar the database on Linux with dsn?
Or should I use a another function?
Benoit