query("SELECT * FROM `czat` "); while ($row = mysqli_fetch_array($pytanie)) { $tresc = $row['tresc']; echo "$tresc
"; } $polaczenie->close() ; ?>