RE: [PHP] how to echo data in a textarea

2001-11-08 Thread Chris Kay
email: [EMAIL PROTECTED] phone: +61 2 4628 fax: +61 2 4628 8890 -Original Message- From: Scott [mailto:[EMAIL PROTECTED]] Sent: Friday, November 09, 2001 10:40 AM To: [EMAIL PROTECTED] Subject: [PHP] how to echo

Re: [PHP] how to echo data in a textarea

2001-11-08 Thread Jeff Gannaway
No problem: Here is the default text that will appear in the text box. Later, Jeff At 06:40 PM 11/8/01 -0500, Scott wrote: >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: >" size=3 maxlength=3>, >but textareas don

[PHP] how to echo data in a textarea

2001-11-08 Thread Scott
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: " 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 -- P