<?php $str = 'Alesso; Anitta; Billboard; Marshmello; Poo Bear'; foreach($result as $link) { echo "<a href='#'>".$link."</a>\n"; }
Standard input is empty
<a href='#'>Alesso</a> <a href='#'>Anitta</a> <a href='#'>Billboard</a> <a href='#'>Marshmello</a> <a href='#'>Poo Bear</a>