I am trying to figure out how to take multiple word input in a single text box in a form with each word separated by comma(,) and then paring the word based on comma and inserting into db as each word as separate record.
what I thought of is taking the input
and then using explode function of php for separating out the words, and store in db, but I am not sure how to store in db.
I know a bunch of mysql_* function answers are going to come in, so ill add the prepared query route.
This isn’t flawless, but you’ll get the idea