views:

20

answers:

1

Hi...

I want to create an online phone book where user can add as many contact as he want and he must be able to create and divide those contact into groups. For eg. Friends, Family etc. All the groups must be created or deleted by the user. Can anyone help me..

Any good tutorial or a book reference will do. I will be using PHP, MySQL and a little bit of AJAX and jQuery.

Thanks

+1  A: 

http://learning-computer-programming.blogspot.com/2008/05/creating-simple-phone-book-in-php.html will give u general idea for creating phone book.

For categorizing ur book u would be needing another table storing the nature and id of the group(group_table) which u can thru a field in main phone_table

nik