<?php echo '<h1>' . $autor . '</h1>'; echo "<h2>$tytul</h2>"; foreach ($tresc as $akapit) { echo "<p>$akapit</p>"; }