Hi,
INSERT INTO table (name,city,street,lat,long) VALUES ('Hokuspokus','Hannover','Baggerweg 999','52.37206','9.735686')
(wie gesagt Testdaten).
Jetzt meckert er mir die ganze Zeit rum mit: Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'long) VALUES ('Hokuspokus','Hannover','Baggerweg 999','52.37206','9.735686')' at line 1 <br />
long ist ein geschütztes Wort. Du musst es in Anführungsstriche setzen (mit `).
Bis die Tage,
Matti