I have a field in MySQL
with the following content:
Alesso; Anitta; Billboard; Marshmello; Poo Bear
I need to get each of the values separately and create a link like this:
<a href="#">Alesso</a>
I can not read each value individually.