Please help, the error is something like this :
Warning: Undefined array key "Nama" in D:\xampp\htdocs\phpdasar\pertemuan7\latihan2.php on line 11
Warning: Undefined array key "NIM" in D:\xampp\htdocs\phpdasar\pertemuan7\latihan2.php on line 12
Warning: Undefined array key "Email" in D:\xampp\htdocs\phpdasar\pertemuan7\latihan2.php on line 13
Warning: Undefined array key "Jurusan" in D:\xampp\htdocs\phpdasar\pertemuan7\latihan2.php on line 1
<ul>
    <li><img src="img/<?= $_GET ["gambar"]; ?>"></li>
    <li><?= $_GET["Nama"];?></li>
</ul>
 
     
    