(PHP) Text box add to database?

Andrew

New member
How do I make a text box the will add data to a database? Wait, easy, but I want it to make a separate row in the database for every line in the text box.

Example: I want to make a list of words. Can I have one single text box and have it add separate words (separated by new lines) to the database?
 
Back
Top