Hi,
I try to build a checkbox interface which allow client
to type any words or string in , then hope to retrieve
related data from database using PHP. As you know,
these words or string maybe patially match
database's some columns, or maybe just one words match
database. So how PHP can perform this kind of
function?