textarea value assignment
am 04.10.2006 15:17:20 von j.kuehneHi
I will try it. Many thanks in any case.
> j.kuehne@sign-tronic.ch wrote:
> > Hello
> >
> > how I could assign a textarea with a variable value?
> > Although I tried to achieve an allocation like a
> > normal
> >
> > The code looks like following fragment.
> >
> > $problem_val = mysqlclean($_SESSION, "problem_eb", 500, $connection);
> >
> >
> > cols="1" rows="1" name="problem_eb" value="">
> > textarea>
> >
> >
> > Best regards, Joerg Kuehne
> >
> >
> There is no value attribute of textarea...to put text in there, you
> place it between the tags.
> i.e.
>
>
> cols="1" rows="1" name="problem_eb" >
> -B
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
best regards, George
To: bbonkoski@mediaguide.com
Cc: php-db@lists.php.net
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php