Hi, I am trying to build a search page that searches MySQL database. I managed to do the search, but I have a small problem when giving the query. Ex:
can someone help me out since I am loosing my mind on this. my sql command is:
$SQL = mysql_query("SELECT * FROM stocks WHERE `name` LIKE '%$keywords%' order by code");
help is very appreciated