How do I identify the nth position of an inputted keywords (including numbers) through a n html search form?
Eg: keyword1 keyword2 keyword3
position of keyword1 = 1
position of keyword2 = 2
position of keyword3 = 3
And then use that nth keyword to query a particular field in mysql tables.
Thanks!