Hi there,
I have a text box that I will use to search a database. I would like
to use it so that it will not use a whole string (ie. 'red striped
top') but instead break it up into individual words (ie. 'red',
'striped', 'top') and maybe put it into and array. I will then use the
words in the array to search the database.
How do I break a string up this way?
Also, is this the most common way of creating a means of searching a
database?
Cheers
Burnsy
I have a text box that I will use to search a database. I would like
to use it so that it will not use a whole string (ie. 'red striped
top') but instead break it up into individual words (ie. 'red',
'striped', 'top') and maybe put it into and array. I will then use the
words in the array to search the database.
How do I break a string up this way?
Also, is this the most common way of creating a means of searching a
database?
Cheers
Burnsy
Comment