javascript - how to escape sql injections? -


I have encountered a problem that when I use SQL in the query like follow up: < Pre> sql = "select from chat, where keywords like% key%";

When I execute% param with this parameter, it will query all the results of this table. So how can I solve this problem?

  select from where customers like '% ground%';   

you "symbol"

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -