I am trying to do the following but it isnt working, how can I make it work correct?
SELECT * FROM `exchange` WHERE SHA1(`email` + "'.$salt.'") = "'.$token.'"'
I am trying to do the following but it isnt working, how can I make it work correct?
SELECT * FROM `exchange` WHERE SHA1(`email` + "'.$salt.'") = "'.$token.'"'