Hi I am looking for a asp script, that will do an OR search on keywords in two differant columns in an MySQL database.
for example if someone searches for joe bloggs I want to bring back all records that have either of the words joe or bloggs in column one or column two.
I have found a script that does exactly what I want but it will only search one column of a database whereas i would want it to search two columns.
Can anyone give me pointers on how to modify this code or point me in the direction of some other code that will do the same job.
Many thanks
for example if someone searches for joe bloggs I want to bring back all records that have either of the words joe or bloggs in column one or column two.
I have found a script that does exactly what I want but it will only search one column of a database whereas i would want it to search two columns.
Can anyone give me pointers on how to modify this code or point me in the direction of some other code that will do the same job.
Many thanks