Hi,
i am having the following problem.
a $message string is parsed via url from a page to another one where I would like the $message to appear automatically in the relevan message box. all is well with imput text fields, but I can't work it out with textarea fields.
the following code not only displays my $message value in the textarea field but all sourvce code with it too.
<td>Message</td>
<td colspan="2"><textarea name="message" ROWS=5 COLS=20><?php echo "$message"; ?><textarea/>"
Why is that?
can you help?
Thanks,
vinny