ok, i have a problem:
i have in mysql base KIBOKE table with to columns: X and y.
search engine doesn't find anything when i write into form : X Y (or x +y or "x y"), only if i write just X or just Y.
this is the important code:
mysql_query("select * from KIBOKE where X like '%$form%' or Y like '%$form%'");
please help. thanx. daniel