At 03:38 AM 1/17/06, Jenny wrote:
Hi, does anybody know how to connect Clipper database from PHP script? Any help would be very much appreciated.
Try the dbase functions (no support for locking, indexes or memo fields though):
http://www.php.net/manual/en/ref.dbase.phpBest bet is to convert the database to pgsql. I've used perl and DBI and DBD:pg for conversion.