I need to make a query that searches all records that have the term typed in an input , for example: Car, return car blue, green car, etc. ..
My current query :
$query = "SELECT * FROM veiculos WHERE nome = '$veiculo'";
Thank you
...
asked by
14.02.2017 / 13:15