The following php code works for prepopulating an input box, but doesn't work for a text area. The issue is that the standard input box is small in height.
Give your textarea a name and post it to a PHP script with a form. The data from the textarea will be available in the $_POST['textareaName'] variable.
The <textarea> tag defines a multi-line text input control. The <textarea> element is often used in a form, to collect user inputs like comments or reviews. The textarea element · HTML textarea maxlength... · HTML textarea wrap