<?php
	include("koneksi.php");
?>
<html>
<head>
	<title>Cari</title>
	<link rel="stylesheet" type="text/css" href="gaya.css">
</head>

<body>
<?php
	include('menu.php');
?>

<p>Mencari satu atau lebih record</p>

<form method="post" action="cari2.php">
	<table class="tabel">
		<tr>
			<td>Nama</td>
			<td><input type="text" name="nama"></td>
		</tr>
		<tr>
			<td>&nbsp;</td>
			<td><input type="submit" name="cari" value="Cari"></td>
		</tr>
	</table>
</form>
</body>
</html>