Halaman Index Pengunjung Buat file untuk halaman home... simpan dengan nama home.php Tambahkan gambar dengan cara insert -> image Object -> Image Placeholder Buat file untuk mengakses halaman ke dalam file index. kita namakan buka_file.php Script buka_file.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <?php switch($_GET['page']){ case'':if(!file_exists ("home.php")) die ("File home tidak ada"); include "home.php"; break; case'artikel':if(!file_exists ("tampilartikel.php")) die ("File berita tidak ada"); include "tampilartikel.php...
Website Pembelajaran Pemrograman dan Info Game Terupdate