[PHP] pobierz, plaintext <?phpforeach ($news as $id => list($title, $content, $author)) { echo '<h2>' . $title . ' </h2>'; echo $content; echo '<p class="author">'. $author .'</p>';}?>[PHP] pobierz, plaintext