Hi again! I need some help with this simple problem:
I have search form with three textboxs. When the user put words to those boxes and push the submit -button, one cfm -page handles database connection which put those words to database and then launch the searchprogram. It works well with one word, but: How can I ask Coldfusion to take all of those words, search if any of them are already on my database and if some of them are not there, add them there? And if there is some of those words, add +1 to that word´s counter. As I told before, my system works well with one word but I don´t know how to check all words with "easy" way.
I have search form with three textboxs. When the user put words to those boxes and push the submit -button, one cfm -page handles database connection which put those words to database and then launch the searchprogram. It works well with one word, but: How can I ask Coldfusion to take all of those words, search if any of them are already on my database and if some of them are not there, add them there? And if there is some of those words, add +1 to that word´s counter. As I told before, my system works well with one word but I don´t know how to check all words with "easy" way.