<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title>Title here!</title>
</head>
<body>
<form action=if_else_tampil.php method=post>
<pre>Input Data Transaksi Penjualan HP<br>
Kode HP : <input type="text" name=kode>
Type : <input type="text" name=type>
Harga : <input type="text" name=harga>
Jumlah Beli : <input type="text" name=jumlah>
<input type="submit" value=Kirim> <input type="reset" value=Batal>
</body>
</html>