This is for create table, before this you must create database with name is "dbname". CREATE TABLE guestbook ( id int(11) auto_increment, nama varchar(20), email varchar(20), tanggal date, komentar text, PRIMARY KEY (id) ) So, this is code. "; echo "NamaEmailTanggalKomentar"; while($data = mysql_fetch_array($result)) { echo "".$data['nama']."".$data['email']."".$data['tanggal']."".$data['komentar'].""; } echo ""; //...

Visitor

free counters

Followers

Translate

Chat