My problem is, I want to store a person with multiple phone numbers in the database. for a single variable for number will store only one number for each.
Now if I want to add another phone number it is creating another new record with the same details but the different number.
I want to display all these numbers together. Can anyone help?