Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Compare sql varchar in PHP

    Thank you, UPDATE is working, I also must encapsulated the $Something to ('".$Something."')

    $entry = $intoDB->Execute("UPDATE database SET switch='2' WHERE NumbersAndLetter in ('".$Something."')");

    Nice help here

Viewing post 1 (of 2 total)