visit.PHP! version 0.1 Alpha
============================

Thank you for trying visit.PHP! version 0.1 Alpha.

Note: This is alpha code not meant to be used as a production-level
      web site counter, and it comes with *absolutely* no warranty.
      If it formats your harddrive, don't blame me...

Permission granted to redistribute and use visit.PHP! 0.1 Alpha
for any legal purpose, as long as proper credit is given and all
files remain unmodified. Contact me if you want to contribute
changes.

Install: Extract somewhere and then setup the variables in the
         settings section of "visitphp.php" as appropriate.
         The database and table creation can be modified in
         visitphp.mysql. Note: only change to compatible fields
         or it won't work (especially leave the field names un-
         changed).

Files:   You should have the following files now:

           README          - This file
           sample.php      - Small sample file
           visitphp.php    - The "core" component
           visitphp.mysql  - SQL-code for database and table creation

Usage:   Just include "visitphp.php" and call the ctr_add_visit()
         function (change "/path/to/" to match your setup) like in
         this small sample:

           require_once ("/path/to/visitphp.php");

           ctr_connect(true);
           ctr_add_visit(true);
           echo "site visits: " . ctr_get_visits();

Have fun!

Regards,

Christian Blichmann

Send bugs, comments, suggestions and feature requests to
  feedback@blichmann.de (use "visit.PHP!: " as start of subject line)
