Project 3
koneksi.php <?php $db = mysqli_connect("localhost", "root", "", "praktikdua"); ?> utama.php <!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> <?php include 'koneksi.php'; ?> </head> <body> <form action="hasil.php" method="post"> <table> <tr> <td>Nama</td> <td>:</td> <td><input type="text" name="namamu"></td> ...