Commit f2f0bf5a by Roy Junedi Simamora

progress

parent df1c58aa
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
?> ?>
<h3><span class="glyphicon glyphicon-edit"></span> Edit Menu</h3> <h3><span class="glyphicon glyphicon-edit"></span> Edit Menu</h3>
<a class="btn" href="list_menu.php"><span class="glyphicon glyphicon-chevron-left"></span> Kembali</a> <a class="btn" href="admin_menu.php"><span class="glyphicon glyphicon-chevron-left"></span> Kembali</a>
<form action="edit_proses.php" method="post" enctype="multipart/form-data"> <form action="edit_proses.php" method="post" enctype="multipart/form-data">
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<?php <?php
$id = mysqli_real_escape_string($GLOBALS["___mysqli_ston"], $_GET['id']); $id = mysqli_real_escape_string($GLOBALS["___mysqli_ston"], $_GET['id']);
$det = mysqli_query($GLOBALS["___mysqli_ston"], "select * from menu where id_menu ='$id'")or die(mysqli_error($GLOBALS["___mysqli_ston"])); $det = mysqli_query($GLOBALS["___mysqli_ston"], "select * from menu where id_menu ='$id'")or die(mysqli_error($GLOBALS["___mysqli_ston"]));
while($d=mysqli_fetch_array($det)){ $d=mysqli_fetch_array($det);
?> ?>
<tr> <tr>
<td></td> <td></td>
...@@ -43,9 +43,6 @@ while($d=mysqli_fetch_array($det)){ ...@@ -43,9 +43,6 @@ while($d=mysqli_fetch_array($det)){
<td></td> <td></td>
<td><input type="submit" class="btn btn-info" value="Simpan"></td> <td><input type="submit" class="btn btn-info" value="Simpan"></td>
</tr> </tr>
<?php
}
?>
</table> </table>
</form> </form>
......
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