I have never accepted what many people have kindly said — namely that I inspired the nation. Their will was resolute and remorseless, and as it proved, unconquerable. It fell to me to express it.
silly question here, probably an easy answer but I have an html form with a textarea. In the textarea, named "friends" a user can enter a list of friend's names line by line.
How do I read each individual line using php so that I can get each friend name and perform some action on it?