I am writing a simplistic cms/portal in PHP just for fun, and I am wondering about the best way to go about something. The site allows users to register and I have that bit done just fine.
I would like to give each user their own address book I just cant thing of the best way to do it. At the moment i am thinking of having a table with the address book feilds and a field with the users ID number, but something is telling me this wont be the best way.
I would like to give each user their own address book I just cant thing of the best way to do it. At the moment i am thinking of having a table with the address book feilds and a field with the users ID number, but something is telling me this wont be the best way.
