How to add a word while inserting the values into mysql?
Dear Friends,
I have a site where I received the keywords with coma separated.
$result=mysql_query("insert into sellingtool (keyword) values ('$keyword);
Suppose I am inserting these keywords.
Juice, Orange Juice, Apple Juice.
And I...