[PHP] Textarea and Php

2005-01-18 Thread Ross Hulford
Is there a way to add and remove lines of text to a textarea inside a form?


Thanks


Ross 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Textarea and Php

2005-01-18 Thread Hugh Danaher
Ross,
Try something like this in your form:
textarea name=description rows=4 cols=40$description/textarea
You can then edit the contents of the cell
Hope this helps.
Hugh
- Original Message - 
From: Ross Hulford [EMAIL PROTECTED]
To: php-general@lists.php.net
Sent: Tuesday, January 18, 2005 12:15 AM
Subject: [PHP] Textarea and Php


Is there a way to add and remove lines of text to a textarea inside a 
form?

Thanks
Ross
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.13 - Release Date: 1/16/2005


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.13 - Release Date: 1/16/2005
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Textarea and Php

2005-01-18 Thread Richard Lynch
Ross Hulford wrote:
 Is there a way to add and remove lines of text to a textarea inside a
 form?

Presumably you mean based on user input like clicking on buttons and things.

By that point in time, PHP on the *server* is LONG GONE and not even in
the picture.

You'll have to use JavaScript.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php