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?
Comments
Post a Comment