Question

What do I do for making som line breaks between the rows?

echo "<h1>Resultat: </h1><br>" . $row['resultat']. $row['resultat2']. $row['resultat3'] ;
Was it helpful?

Solution

Erm... put some line breaks?

$row['resultat']."<br />".$row['resultat2']."...";
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top