Change history Script Name: contact.php Version changed to 3.1 26-9-03 Version changed to 3.0 4-4-03 Version changed to 2.1.1 10-11-00 Script Purpose: contact Database Files: index.html -frameset description contact.desc - table create file contact.php - main program displays in right-side window leftframe.php - controls in left-side window functions.php - contacts was starting to get too big logout.php - unset cookies and redisplay login frame config.php - change variables for local conditions here Modified: Anil Vohra (vohra64@hotmail.com) 26th Sept 2003: *Fixed minor bugs of version 3.0 *Added a user: admin with delete and update rights: needed for networked operations *Added about.html & CHANGES files *More notes on installation added in INSTALL 4th April 2003: *Modified the GUIs to be more user friendly. *Browse/update the database with it and mark some of the records as selected and then access them from an application like word processor for mail merge etc. *Tested on linux with Apache 1.3.19, PHP 4.0.4 *Tested on windows with Apache 1.3.22, PHP 4.2.0 (see the note on installation) *Expanded the search options *Modified the entry form to table based form *Added more fields in the database table to make a generic DB *Modified the record display to a table based format *Added buttons based record select/unselect *Added New functions for records select/unselect *Changed file extensions to .php instead of .php3 Modified: Barry Logan (blogan@chipotle.org) 4-16-01 change README to recommend that config.php3 be moved out of DocRoot tree edit top of contact.php3 to reflect absolute path where config.php3 has been placed 10-11-00 Thanks to Bernd Casimir (bmc@shuttle.de) corrected some typos, added required global variables to some functions, changed mysql_connect to mysql_pconnect. 10-1-00 comments about authentication added cleaned up authentication/cookie routine added logout routine (clears cookies) tested with PHP4, Apache 1.3.12 7-14-2000 fixed missing title field in contact.desc 4-16-2000 substantially rewritten - added frames, added alpha buttons in left frame for record output in right frame, added search function for last name or company name searches, added more contact info columns to Mysql table, added password authentication via cookies. Comments now limited to one comment attached to contact table. See contact.desc for table description. 01-25-2000 cleaned up some syntax errors for function definitions and control statements. Name in DB create script did not match script names. Original Script Author: Michael J. Miller Jr. (mke@netcom.com) See: http://www.webtechniqes.com/archives/1998/01/note Script Purpose: Simple contact Database Script Version: 1.1