Separating words and searching
Posted: Thu Aug 30, 2007 4:45 am
I have a table articles, in which i am storing tags (separated by commas)
example for an article tags are life,confidence,success . Now this all is stored as a string. I want to extract each tag and search the table for it's occurance that means next i want to search for life confidence and success in the table and display results.
Above is just an example the actual tags can be much longer and separated by comma
example for an article tags are life,confidence,success . Now this all is stored as a string. I want to extract each tag and search the table for it's occurance that means next i want to search for life confidence and success in the table and display results.
Above is just an example the actual tags can be much longer and separated by comma