Page 1 of 1

PHP - creating a contact/user list among existing users

Posted: Sun Jul 30, 2006 12:03 pm
by kabuki1985
Hi, I was wondering how is it possible to build a contact list among users using php/mysql ? Users can add existing user to their list to allow certain privillege information to be seen, allow messaging,etc.

Posted: Sun Jul 30, 2006 12:10 pm
by RobertGonzalez
Have you tried anything yet? Look at the logic involved, then code a little bit. I would guess what you are going to need to do is set up some db tables to house the information on who is in who's list, then create a select SQL to grab that table information based on logged-in user's id.

As for adding people, again, think about it logically, then put some code down and test it. It should be something as simple as a user being able search for, and and, another user in the system.