LIKE Liked mich nicht

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

  • LIKE Liked mich nicht

    Moin,
    hab da mal ne newbie frage zu Like:

    Ich habe:
    PHP Code:
    FROM ".$db_tab9." WHERE promotion_art='$customer' AND ad='".$ad."'" 
    und ich möchte:
    PHP Code:
    FROM ".$db_tab9." WHERE promotion_art='$customer' AND ad='".$ad."' AND LIKE datum1='%".$monat."%'" 
    aber das geht schon mal nicht.....
    [color=red]Parse error: parse error, unexpected T_STRING in signature.php on line 47[/color]

  • #2
    1. Falsches Forum!
    2. Falsche Fehlerbeschreibung!

    aber das geht schon mal nicht.....

    Comment


    • #3
      Re: LIKE Liked mich nicht

      AND LIKE datum1='%blah%'

      -> AND datum1 LIKE '%blah%'
      I don't believe in rebirth. Actually, I never did in my whole lives.

      Comment

      Working...
      X