hallo ...
folgendes prob:
mysql_error() gibt mir aus:
1064: You have an error in your SQL syntax near 'alter, farbe, preis, vater, mutter, beschreibung, foto) values ('','fadsf','sadf' at line 1
die tabelle hat folgende struktur:
CREATE TABLE anzeige (
time text NOT NULL,
rasse text NOT NULL,
name text NOT NULL,
geschlecht text NOT NULL,
stockmass text NOT NULL,
alter text NOT NULL,
farbe text NOT NULL,
preis text NOT NULL,
vater text NOT NULL,
mutter text NOT NULL,
beschreibung text NOT NULL,
foto text NOT NULL
) TYPE=MyISAM;
habt ihr eine idee ??
thx !!
cu,
HANSI
folgendes prob:
mysql_error() gibt mir aus:
1064: You have an error in your SQL syntax near 'alter, farbe, preis, vater, mutter, beschreibung, foto) values ('','fadsf','sadf' at line 1
die tabelle hat folgende struktur:
CREATE TABLE anzeige (
time text NOT NULL,
rasse text NOT NULL,
name text NOT NULL,
geschlecht text NOT NULL,
stockmass text NOT NULL,
alter text NOT NULL,
farbe text NOT NULL,
preis text NOT NULL,
vater text NOT NULL,
mutter text NOT NULL,
beschreibung text NOT NULL,
foto text NOT NULL
) TYPE=MyISAM;
habt ihr eine idee ??
thx !!
cu,
HANSI
Comment