I have a SQL Database with a table for users with 3 fields right now for ID, USER,PASS.
I want to give each user the ability to add through a form a Fruit, date they ate it, how long it took them, and how much it costed.
This information would need to be stored in the SQL database under the user. I can do that no problem, but if I want to create a second fruit he hate how would I make it store under the same table without overwriting anything?
Does that make sense?