Dynamo3209
Programmer
Hi,
I am creating an user contact/email programme in PHP and Mysql, I have to implement an addressbook feature in it, where the user is given a listing of his safe contact list, and besides each entry there is an edit and delete button, now how should I write the query to grab the particular contact which the user wants to edit or delete. I have a table with userid (multiple entries for one user, his contact list) contact id(unique for each entry).
if user A has 2 listings in this contacts with contact id 1 &2 both these are displayed on the addressbook page with edit / delete buttons besides each entry, now if he wants to edit entries for contact id 1, then how can I grab this entry to be edited.
Thanks for any help,
Dynamo.
I am creating an user contact/email programme in PHP and Mysql, I have to implement an addressbook feature in it, where the user is given a listing of his safe contact list, and besides each entry there is an edit and delete button, now how should I write the query to grab the particular contact which the user wants to edit or delete. I have a table with userid (multiple entries for one user, his contact list) contact id(unique for each entry).
if user A has 2 listings in this contacts with contact id 1 &2 both these are displayed on the addressbook page with edit / delete buttons besides each entry, now if he wants to edit entries for contact id 1, then how can I grab this entry to be edited.
Thanks for any help,
Dynamo.