I'm trying to put some data into my MySQL db via phpmyadmin.
I'm getting a syntax error near '' in line 1. '' Is not existing at all...
Error:
#1064 - 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 '' at line 1
SQL Command:
INSERT INTO GAR (`Name`,`Latitude`,`Longitude`,`Adresse`,`PLZ`,`Ort`,`Land`,`Tel`,`www`,`Email`,`Bericht`)
VALUES (
'Wellnesshotel Seeschl��chen�****�Hotel & Freizeitpark GmbH Buchwalde',
'empty',
'empty',
'Buchwaldstr. 77',
'1968',
'Senftenberg',
'D',
'03573 37890',
'www.lausitztherme.de',
'm.zander@lausitztherme.de',
'03573 378932');