X 28 Gästebuch
Verfasst: So 29. Okt 2006, 13:30
Hallo, ich hoffe mir kann jemand helfen. Da ich mit contenido, php und MyQSL blutiger anfänger bin bräuchte ich ein wenig unterstützung.
Habe auf www.x28.de ein Gästebuch gefunden und würde es gerne einbauen. Bei der Installationanletung steht ich sollte:
1. Tabelle in der Datenbank anlegen. Fügen Sie das SQL-Statement in PHPmyAdmin ein:
CREATE TABLE con_guestbook (
id int(8) DEFAULT '0' NOT NULL auto_increment,
name varchar(40) NOT NULL,
email varchar(40) NOT NULL,
location varchar(40) NOT NULL,
comments text NOT NULL,
url varchar(50) NOT NULL,
active int(1) DEFAULT '1' NOT NULL,
client int(1) DEFAULT '1' NOT NULL,
date datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
PRIMARY KEY (id)
);
Frage: Wie mache ich das und wohin?
Habe auf www.x28.de ein Gästebuch gefunden und würde es gerne einbauen. Bei der Installationanletung steht ich sollte:
1. Tabelle in der Datenbank anlegen. Fügen Sie das SQL-Statement in PHPmyAdmin ein:
CREATE TABLE con_guestbook (
id int(8) DEFAULT '0' NOT NULL auto_increment,
name varchar(40) NOT NULL,
email varchar(40) NOT NULL,
location varchar(40) NOT NULL,
comments text NOT NULL,
url varchar(50) NOT NULL,
active int(1) DEFAULT '1' NOT NULL,
client int(1) DEFAULT '1' NOT NULL,
date datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
PRIMARY KEY (id)
);
Frage: Wie mache ich das und wohin?