Buku Tamu Lanjutan Sekarang kita buat file untuk mengedit dan menghapus buku tamu ... Buat tampilan editbukutamu.php seperti dibawah ini : Script editbukutamu.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 $koneksi=mysql_connect("localhost","root","")or die(mysql_error()); mysql_select_db("db_berita"); $tampil="SELECT * FROM buku_tamu WHERE id='".$_GET['id']."'"; $query=mysql_query($tampil)or die("gagal".mysql_error()); $row=mysql_fetch_array($query); $a=$row['Id']; $b=$row['Nama']; $c=$row['Email']; $d=$row[...
Website Pembelajaran Pemrograman dan Info Game Terupdate