PHP-addressbook Version 1.2

requirements | installation | licence | disclaimer

Notes for version 1.2

I have added a birthday section - please note that to upgrade from v1.0 just add the extra 3 fields bday, bmonth and byear into your database, upload the pages footer.inc, edit.php, view.php and search.php and everything should work fine.

Intro:

This is an address book program for people who have their own web space. At present it is does not have a multiple user function. I wrote it because I wanted a place where I could store all my addresses so I can access them from multiple locations, and its a handy backup if you lose your address book, and there weren`t any freeware programs that suited my needs. IT IS NOT SUITABLE FOR COMMERCIAL USE. If you want to use this program on an intranet, please email rob@widgetmonkey.com . I am working on additions, such as multiple log in. I might also expand it to become a calendar / organiser. We`ll see.

Requirements:

You will need a webserver which has installed PHP 4, and mySQL version 3.2 upwards.

Installation:

1. Unzip the files and place them on your webserver (or locally, as you will have to make some changes and then upload) in a directory called addressbook or whatever.

2. Open config.php and change the variables to your server specification.

3. You need to create the table addressbook in your mySQL database. (You can alter the table name, but you need to change the entry in config.php, and the table name in addressbook.sql.) Either via telnet, or using a program such as mySQLfront, or phpMyAdmin enter the information stored in addressbook.sql. You can create a separate database for the addressbook, it`s up to you.

That`s it!

Optional extras:

You might want to password protect the addressbook - not everyone wants to have their details freely available on the web! It is HIGHLY recommended that you do. Password proctection is best done with .htaccess and .htpassword files. There are tutorials out there to help.

You can move the config.php file to another directory if you want to make it safer - just remember to alter the include( ) statement in dbconnect.php.

Any questions, I am happy to help. Please email rob@widgetmonkey.com .

Licence:

This addressbook is free for non-commercial use. I would like it if the copyright notice was left. Please feel free to alter the scripts as you see fit. And if you make any improvements, please email me.

Disclaimer:

Any use or modifications of this program is at the user`s risk. Any distribution or malicious use of address details, email addresses or telephone numbers is not the responsibility of the author.