标签: php mysqli
如何在行之间制作som换行符?
echo "<h1>Resultat: </h1><br>" . $row['resultat']. $row['resultat2']. $row['resultat3'] ;
答案 0 :(得分:1)
呃...换一些换行符?
$row['resultat']."<br />".$row['resultat2']."...";