Ok, I've seen a lot of posts with questions about retrieving and displaying data from a mysql table into a textarea...
Now how about the other way??
Here's the deal...
User is entering data into a textarea field and pressing ENTER after each value. These "values" need to be written as separate entries in the database.
So If a user entered:
Sunday
Monday
Tuesday
etc.
Each of these would be in the table as a separate record. NOT in one field all together...
Is this possible. I've been researching and toying with a foreach, but not real sure?
Appreciate the insight!