PHP (Hypertext PreProcessor) is a widely-used scripting language that is especially suited for web development. FairCom’s FairCom DB PHP module allows you to access the powerful FairCom DB SQL database from your PHP projects.
The FairCom DB package provides two types FairCom DB PHP drivers, each in its own directory:
drivers\php.sql - This is the preferred way to access FairCom DB from PHP
These drivers support PHP 7 using the PDO (PHP Data Object) extension.
Using PHP 5 with the sql.php API - Using the native PHP API designed specifically for interfacing with PHP 5.x.x. It does not support later versions of PHP.
Using PHP with ODBC - An older method of accessing the c-tree database from PHP is via ODBC. This method should be considered deprecated.
Tutorials - Learn first-hand how easy it is to use c-treeACE PHP in your PHP 5 application.
c-treeACE PHP (http://docs.faircom.com/doc/php) - View the manual online for a list of c-treeACE PHP functions and programming techniques.
Administrator's Guide (https://docs.faircom.com/doc/ctserver/) - Learn about configuration, monitoring, backups, etc.