Date: 12/21/99
- Next message: Eric Ries: "[PHPLIB] MySQL isamchk results in active_sessions error"
- Previous message: Sascha Schumann: "Re: [PHPLIB] PHP4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have altered my of_textarea.inc to support multiple text areas in the
same way multiple texts are supported. The modifications I have made
are below. Perhaps these could be included in the distribution files?
or is there are reason that this hasn't already been done?
....
function self_show($val,$which) {
$n = ($this->multiple ? $this->name . "[]" : $this->name);
echo "<textarea name=\"$n\"";
....
Clancy Malcolm
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Eric Ries: "[PHPLIB] MySQL isamchk results in active_sessions error"
- Previous message: Sascha Schumann: "Re: [PHPLIB] PHP4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

