Hi, there. I'm trying to find out how to get multiple values from text area box <textarea></textarea>. Values are like this. aaa\n bbb\n ccc\n ddd\n eee\n I need to take "\n" from each value and put all the values to array. Please advise me if anyone knows about this. Sincerely, KEN
- Re: [PHP] Read values from Text Area Box KEN - 2mediaZone
- Re: [PHP] Read values from Text Area Box Tom Rogers
- Re: [PHP] Read values from Text Area Box John W. Holmes