amitap: + MYSQL Syntax fehler

Beitrag lesen

Hallo,

ich habe einen Syntaxfehler aber ich sehe ihn nicht mein Querry

  
$updatedatensatz = "  
UPDATE  
 daten  
SET  
  strasse = '$strasse',  
  plz = '$plz',  
  ort = '$ort',  
  kreis = '$kreis',  
  tel = '$tel',  
  fax = '$fax',  
  ansprechpartner = '$ansprechpartner',  
  mo = '$mo',  
  di = '$di',  
  mi = '$mi',  
  do = '$do',  
  fr = '$fr  
  sa = '$sa',  
  so = '$so',  
  hinweis = '$hinweis',  
  p2 = '$p2',  
  p1 = '$p1'  
WHERE  
  id = '$id'  
";

Fehler:
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 '07:00 Uhr bis 14:30 Uhr', so = '', hinweis = 'das ist ein test...', p2 = '' at line 15