The directory contains examples of working with the DBMS Linter using 
the PHP language.
  To start the examples, you should use PHP3 and greater with the Apache 
Web server or as an independent executable module. Before starting the 
examples, PHP should be set up for working with the Linter interface as 
described in the readme file in the php directory of the distributive. 
If you are using Apache for operating with PHP, you should set up the 
Web server so that php file extensions were viewed by Apache as PHP 
programs (see the PHP and Apache documentation).
  The examples use the demo database included in the db directory of the 
Linter distributive. Keep in mind that Linter should work with this 
particular database (for more information about starting Linter, see the 
documentation).
  The err_h.php and library.php files are used by all other examples and 
should not be started independently.
  If your PHP is used by the Apache Web server, copy the *.php files in 
the html directory of Apache documents. After that, you may select these 
documents as ordinary hyperlinks in any Web browser (Netscape, Microsoft 
Internet Explorer etc.) and view the execution results.
  If you are using PHP independently, you may execute the >php<example 
name> command in the current directory and view the results on the screen.
Note. Some examples use CGI and therefore may be correctly executed only 
in a Web browser.
  Sample demo_dbx.php requires dbx php extension with Linter support.
  Sample demo_pear.php requires PEAR library with PEAR::Db module. 

