<htm>
<head>
<title>formulir </tittle>
</head>
<body>
<form method= "POST" action= "formulir.php">
NIM : <input type ="number" name="NIM" ></br>
Nama : <input type ="text" name="Nama" ></br>
JebisKelamin : <input type ="radior" name="Jenis Kelamanin" value="Laki-Laki" >
Laki-Laki
<input type ="radior" name="Jenis Kelamanin" value="Perempuan" >
Perempuan<br/>
Email : <input type ="text" email="email" ></br>
UserName : <input type ="text" username="Username" ></br>
Password : <input type ="password" name="password" ></br>
</select>
<input type ="submit" name="send" value="register">
</form>
</body>
</html>
<?php
print_r ($_POST);
?>
Tidak ada komentar:
Posting Komentar