Hi,
is it possible to search for mysql database with PHP??
example:
In input I insert word: "game".
And it will show me all rows id that word is in the name.
5 rows in table with values: Funny games, nice pool games, ricky marton, good night, funny lotus.
So, the result would be:
Funny games and nice pool games.
If I insert "funny", result: Funny games, funny lotus.
