I'd like to pass a multi-word string as a variable to a page which then splits the string into seperate words. After this I want to create a recordset using each of the words in the query on the same field eg:
the url would look like this:
mypage1.php?sea rch=apple banana
where fruit LIKE apple OR fruit LIKE banana (in this example)
I've been bothering this for a while now and can't seem to get it to work. I'm using Dreamweaver 8
Any help would be greatly appreciated.
the url would look like this:
mypage1.php?sea rch=apple banana
where fruit LIKE apple OR fruit LIKE banana (in this example)
I've been bothering this for a while now and can't seem to get it to work. I'm using Dreamweaver 8
Any help would be greatly appreciated.
Comment