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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -