INSTALL
$Id$
phpPhrasebook Installation instructions
---------------------------------------
Installing phpPhrasebook is as simple as adding phpPhrasebook.php and
phpPhrasebookSql.php to your working directory or an include directory
defined in your php.ini file.
Simply add:
include ("Phrasebook.php");
or
include ("PhrasebookSql.php");
|