I am using a CMS for adding a new product. Along with adding the product I am giving an option to add keywords.
Keywords:<textarea rows="10" cols="20" name="keywords"></textarea>
Then it is inserted in to mysql table. But i want to use these keywords for a search option. Now it is saving as a string of sentences seperated by comma or space. How can I get each word back from the table?