Hi!
How does one incorporate a textarea box into a script, where the data entered within goes to a table? I know the basics, like how to pass the variable, but what I do not know is how to keep the formatting and spacing that was used when someone typed into the text box, when I display the data from the table. Is there a way to do this? Or a better way which would avoid a textarea box altogether?
<textarea name="address" cols=30 rows=3>
text here
</textarea>