I have database table like this
Treatment_ID Drugname
1 panadol
1 piriton
1 Parasitamo
I want to display this information in a html table as follows
treatmentid drugname
1 panadol,piriton,Parasitamo
How I can display as above html table?