Dear all,
I'm new in php MySQL and I'm wondering on how to maka users add many informations in one table, I'll explain. Now I have a table called users conataining: Username(primary key) - Name - Birthdate - Country and
I want the user can add infos in a table like this:
Date -----------------Note ------------Annother thing
28/11/2008 --------Something --------12
12/03/2009 --------fdsfsdf ------------2121
Did you understand? I mean that he adds manually theses details in a form, how does MySQL store that, Do I need new tables and join them, if yes how?
Sorry for bad english
Thank you very much!