Update index.php

parent 563a12d4
...@@ -219,9 +219,8 @@ $start = ($page - 1) * $per_hal; ...@@ -219,9 +219,8 @@ $start = ($page - 1) * $per_hal;
$result_set = $conn->query($query); $result_set = $conn->query($query);
while ($row = $result_set->fetch_assoc()) { while ($row = $result_set->fetch_assoc()) {
?> echo '<div class="alert alert-success" role="alert"> <strong><?= '.$row['name'].' ?></strong>
<div class="alert alert-success" role="alert"> <strong><?= $row['name'] ?></strong> <p>'.$row['komentar'].'</p></div>';
<p> <?= $row['komentar'] ?></p></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