////////////////////////////////////
// phpPalmPilot Script 	    	  //
// By: Mark Reid	    	  //
// Email: heyray2@xmission.com    //
////////////////////////////////////
//
// Script README

// Installation //

1) Create a MySQL database and then run the SQL queries included with this script (phppalmpilot.sql)

2) Extract the files in the phpPalmPilot folder to where you wish to run the script from

3) Configure the following variables in the includes/config.inc file

	- $site_url
	- $site_email
	- $db_name
	- $db_host
	- $db_user
	- $db_pass
	
	If you want to change the number of results per contact listing page, then you
	can also change the below variable
	- $contact_list_limit
	
4) Configure the session_save_path() line in the includes/session.inc file to point to
   the session folder included in the script
   
5) Go to the register.php page, and create a phpPalmPilot account, or use the included demo account:

   username: demo
   password: password
   
6) Enjoy!