Can't remember your new friends email address? Forgot all about that
dentist appointment (yes, sure)?. Well not anymore because you're going
to crate a PHP script to store Contact Details and Appointments. Basically
a Personal Telephone book and Diary combined. The application should run in
a browser window !!


===========================================================================

DEADLINE FOR SUBMISSION OF ENTRIES IS - Monday 14th April 2003 at 23.59 (GMT)

SUBMISSION: send to contest@php-editors.com

============================= FULL DETAILS ================================


I.   THE SOLUTION

	1) Your script will need to store Contact Details -
	   ... Notes, appointments etc.
	2) It's up to you to provide your solution to this!
	3) Some restrictions apply. See below



II. SCORING AND WINNING

	Points will be given out of ten on the following
	
	1) Features (pointless features will not be scored)
	2) Usability
	3) GUI Design
	
	In the occasion more than one submission score the same
	The fastest script wins.
	

III.  YOUR SCRIPT AND RESTRICTIONS

	o Your script should do the following:

		a) Store unlimited number of Contact Details.
		b) Store unlimited number of notes, appointments etc.
		c) Present the user with an easy to use interface.
		d) have the ability to find records with little fuss.
  
	o Restrictions
	
		a) Maximum execution time of 60 seconds.
		b) If a Database is used, please use MySQL or Postgres.
        	c) Must run on Windows and Unix.
        	d) Must run with PHP4.2+ (default config and lib)
        	e) No Client Scripts
        	f) No Flash
		g) Must run through a browser window.