Readme for phpMyDiary.

#NOTE: phpMyDiary uses MySQL.

Installation
------------

1) Unzip the source zip file in to a folder in your documentroot, 
   so that all the phpMyDiary files will be in a seperate directory.
      
2) Then run the 'database.sql' in the home directory to 
   create the database structure needed by phpMyDiary
   using phpMyAdmin, or similar applications.
   
3) Edit the 'dbinfo.php' in the includes directory to enter the mySql
   username and passsword. Note that the user needs 
   SELECT, INSERT, UPDATE, DELETE privilleges on the database.
   
You are done. Now you can browse to the phpMyDiary directory and 
start using it.


