UPDATE Problem

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • UPDATE Problem

    Ich suche jetzt schon seit 2 Stunden an dem Fehler und ein paar Freund habens auch schon´probiert, aber wir kommen nicht drauf.

    PHP-Code:
    $update1 mysql_query("UPDATE w_attribute SET st = '$st', ko = '$ko', in = '$in', 
    ge = '
    $ge', ch = '$ch', sn = '$sn', wa = '$wa', wi = '$wi' WHERE held = '$held'")
     or die(
    mysql_error().'<hr />'.'euer SQL'.'<hr />'); 
    das ist der Fehler:

    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 'in = '0', ge = '0', ch = '4', sn = '0', wa = '0', wi = '0' WHERE

  • #2
    Re: UPDATE Problem

    Sorry, doppelpost

    Kommentar


    • #3
      Re: Re: UPDATE Problem

      Das Problem liegt anscheinend an dem "in = '$in'", denn ohne das funktioniert es.

      Kommentar


      • #4
        siehe "reservierte Wörter"
        TBT

        Die zwei wichtigsten Regeln für eine berufliche Karriere:
        1. Verrate niemals alles was du weißt!


        PHP 2 AllPatrizier II Browsergame

        Kommentar


        • #5
          Ist 'in' allenfalls ein geschütztes Wort in PHP oder MySql ?
          EDIT:

          Und wiedermal zu spät...

          Gutes Tutorial | PHP Manual | MySql Manual | PHP FAQ | Apache | Suchfunktion für eigene Seiten

          [color=red]"An error does not become truth by reason of multiplied propagation, nor does truth become error because nobody sees it."[/color]
          Mohandas Karamchand Gandhi (Mahatma Gandhi) (Source)

          Kommentar

          Lädt...
          X