I’m new to php and i would like to know, how can i convert the contents of a text area or text box into separate words and put them into separate arrays so that i can use those arrays for comparing specific keywords inside a MySQL database… hoping that someone can help me with this.
Share
You can try using php function Explode
Example