Tell me, please, how to put another echo inside echo ? There is such a piece of code:
while ($row = mysqli_fetch_array($select, MYSQLI_BOTH)){ echo "<div class=\"jumbotron\"></div>"; } Inside the div should be $row["id"] , but somehow it doesn't work out at all.