hi,
Need some advice/help....and probably some sort of tutorial.
right i am trying to do is....take a users question split it up into seperate words (DONE)
then take in a xml file and split it into seperate words and compare them.
the first part the users qquestion is done in the submit sub class which then calls a sub class knowledgebase (which splits up the xml data) and then it should compare them.
My real question is how do i take the data from the submit sub class and compare it against the knowledgebase sub class do i need to enter it into the sub class knowledgebase(here)?
here is my code for you to get an understanding it pretty simple at the moment.