PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a textbox -"textfield0" on a form. The user can enter as many phrases as he/she wants.The text in each line is a phrase.
There is another textbox-"textarea2" which should display each phrase which is entered in textfield0 to a new line in textarea2.(Each line should be copied as is)I am trying to use array here but the code isn't working. If someone can point out what am I doing wrong and how can I correct it.