hi all, ive had this problem for a few days now and cant solve it, ive tried various searches but come up with nothing... im trying to search multiple fields with one search term (names and addresses) so if i have the following record:
name: bill gates
company: microsoft
street: 1 microsoft way
town: sometown
county: somecounty
postcode: lkfggj1
.. i can search for "gate" and the script would look through name, company, street, town, etc and if it found "gate" would display the full record... Im using the following script but i get no results no matter what search terms i use...
I'm setting $dosearch in the form using method="get"
thanks for any help!
gray