I got a database named file
a table named product has these fields:
id | name | sizes | price
1 | Shoe | 9,9.5,10 | 40.25
You can see in the sample record the field sizes. I want to display each sizes in a button, but I don't know how?
I already tried, but only 9 is inside the button, the rest are just plain text. Can anyone help me?