Could someone please show me how to echo data into a textarea field of a form?
e.g. I have used the following in text fields:
<input type="text" name=id value="<? echo "$id"; ?>" size=3 maxlength=3>,
but textareas don't have the "value" attribute and I haven't been able to 
come up with a way that works or find a working example.
Thanks,
SW

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to