hi i have a form where the user will giva a key word ...based on the keyword i wabt the user to fetch all the rows in the table
select * from table where keyword like "%$keyword%";
$keyword = user input.