I have a html text box that submits to a php script. I want the php to be able to loop through each entry in the html text box, which each entry being one line in the text box.
Multiple text boxes will not work as the user should be able to copy and paste into the form.
How can html/php distinguish between lines of input and enter them into an array to be looped through?
Any help would be very much appreciated.