I followed the minequery PHP tutorial to make a status page for my minecraft server and everything works well except for 1 thing. The player names are displayed without any spaces and all on the same line.
What should i do if i wanted a <br /> between each names?
BTW here is the code i use to call the playerlist:
<font color='#ffa200'>Players: <br /><?php echo implode('', $info['playerList']);?></font>