<?php
include("koneksi.php");
?>
<html>
<head>
<title>Ubah</title>
<link rel="stylesheet" type="text/css" href="gaya.css">
</head>
<body>
<?php
include('menu.php');
?>
<p>Mengubah suatu record</p>
<form method="post" action="ubah2.php">
<table class="tabel">
<tr>
<td>Username</td>
<td><input type="text" name="username"></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="Cari" value="Cari"></td>
</tr>
</table>
</form>
</body>
</html>