negative Auswahl mit like

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • negative Auswahl mit like

    Ich habe momentan ein Blackout!

    Ich möchte das negative Ergebnis von folgendem Code haben:
    PHP Code:
    $query "SELECT auswahl FROM tabelle WHERE auswahl LIKE'$variable-_____'"
    Ich habe es so versucht:
    PHP Code:
    $query "SELECT auswahl FROM tabelle WHERE auswahl !LIKE'$variable-_____'"
    aber das funzt nicht

    Geht das überhaupt??

  • #2
    Probier es mal mit NOT LIKE

    Comment


    • #3
      TOLL!!!
      Es funzt!!

      VIELEN DANK!

      Comment


      • #4
        Dir ist schon klar, dass das mit PHP NICHTS zu tun hat... *verschieb*

        Comment

        Working...
        X