.png)
Tugas 9 PWEB C Membuat autorisasi level pada web link web: https://achferdiauth.000webhostapp.com/ tampilan awal: tampilan beranda admin: tampilan beranda staff: source code: - index.php <?php session_start (); $login = $_SESSION[ ' login ' ]; if ($login == 1 ) { include " koneksi.php " ; ? > <! DOCTYPE html > < html > < head > < title >Aplikasi Login Sederhana</ title > < style > body { font-family : verdana ; font-size : 12 px ; } a { text-decoration : none ; color : blue ; } a : hover { color : green ; } </ style > </ head > < body > < h1 align = " center " >Aplikasi Login Dengan Level Akses</ h1 >...