tambah.php

 avatar
Sndivrgwn26
php
2 years ago
691 B
35
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <a href="index.php">home</a>
    <form action="add.php" method="POST">
        <input type="text" name="nama" placeholder="masukan nama">
        <input type="text" name="kelas" placeholder="masukan kelas">
        <input type="text" name="jurusan" placeholder="masukan jurusan">
        <input type="text" name="nis" placeholder="masukan nis">
        <button type="submit">simpan data</button>
    </form> 

</body>
</html>
Editor is loading...