<textarea name=teacup rows="8" cols="40">
enter cut-n-paste list of text here
</textarea>
what I am looking for is a simple php function that will (after the submit).
parse the text area (teacup) by space as a seperate array variable.
function seperation ($teacup) {
return $array of text area
}
then do a simple loop (do while) to display each array then a simple html HR (as a seperator).
could someone help me with this?
I'm not thinking correctly today.
thanks.