Commit ad9fa882 by Roy Junedi Simamora

perubahan detail

parent b9d03579
......@@ -11,7 +11,7 @@ require 'koneksi.php';
$id = $_GET['id'];
$id_user = $_GET['id_member'];
$query = mysqli_query($koneksi, "SELECT * FROM menu WHERE id_menu = '$id'");
while($q = mysqli_fetch_array($query)){
$q = mysqli_fetch_array($query));
?>
<div class="col-md-6">
<div align="center">
......@@ -41,9 +41,6 @@ require 'koneksi.php';
</tr>
</table>
</div>
<?php
}
?>
</div>
<br/>
......
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