php - how to split a string field sentence in mysql to words -


i using cms adding new product. along adding product giving option add keywords.

keywords:<textarea rows="10" cols="20" name="keywords"></textarea> 

then inserted in mysql table. want use these keywords search option. saving string of sentences seperated comma or space. how can each word table?

you can find functions deals string-splitting here , here


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -