Question

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

echo "<h1>Resultat: </h1><br>" . $row['resultat']. $row['resultat2']. $row['resultat3'] ;
Était-ce utile?

La solution

Erm... put some line breaks?

$row['resultat']."<br />".$row['resultat2']."...";
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top