Update index.php

parent ec59b723
......@@ -219,10 +219,11 @@ $start = ($page - 1) * $per_hal;
$result_set = $conn->query($query);
while ($row = $result_set->fetch_assoc()) {
echo '<div class="alert alert-success" role="alert"> <strong><?= '.$row['name'].' ?></strong>
<p>'.$row['komentar'].'</p></div>';
?>
<div class="alert alert-success" role="alert"> <strong><?= $row['name'] ?></strong>
<p> <?= $row['komentar'] ?></p></div>
<?php}
<?php }
?>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment