The code copy is as follows:
<%
Response.write" keyword:("&trim(request("Q"))&")"&"<hr>"
x=Replace(trim(request("Q")),"",",")
'x=array(x)
t=split(x,",")
SQL="Select*FromTBwherekis<>0"
fori=0toUBound(t)
ift(i)<>""then
Response.write "Things"&i+1&":"&t(i)&"<hr>"
SQL=SQL&"ortitlelike'"&t(i)&"'" 'This is the key
endif
next
Response.writeSQL
%>
<Formaction="">
<table>
<tr>
<td><InputName="Q"onkeyup="this.value=this.value.replace(//s+/g,'')"><inputtype="submit"value="Check
Inquiry "></td>
</tr>
</table>
</form>