textarea value assignment

textarea value assignment

am 04.10.2006 15:05:07 von j.kuehne

------_=_NextPart_000_00006066.4523CDA3
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7Bit

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);




Best regards, Joerg Kuehne

------_=_NextPart_000_00006066.4523CDA3--

Re: textarea value assignment

am 04.10.2006 15:09:17 von Brad Bonkoski

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);
>
>
>
>
> Best regards, Joerg Kuehne
>
>
There is no value attribute of textarea...to put text in there, you
place it between the tags.
i.e.


-B

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

Re: textarea value assignment

am 04.10.2006 15:17:34 von Stut

Brad Bonkoski wrote:
> 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 >> it does not work so I have no success with textarea.
>>
>> The code looks like following fragment.
>>
>> $problem_val = mysqlclean($_SESSION, "problem_eb", 500, $connection);
>>
>>
>>
>>
>> Best regards, Joerg Kuehne
>>
>>
> There is no value attribute of textarea...to put text in there, you
> place it between the tags.
> i.e.
>
>

Also worth mentioning that you may run into problems if you don't use
htmlentities on $problem_val, like so...



-Stut

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

Re: textarea value assignment

am 04.10.2006 15:18:46 von Bradley Stahl

------=_Part_116634_33447770.1159967926425
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

If anyone is interested in some VERY good webhosting that has support for
PHP and MySQL, please take a look at the following link:

http://www.sturdyhosting.com/idevaffiliate/idevaffiliate.php ?id=100

They offer domain names for $8.95 and also webhositng solutions for as low
as $2.95 per month.


I hope that some of you are interested and can join the greatest webhosting
company in the world!


On 10/4/06, Stut wrote:
>
> Brad Bonkoski wrote:
> > 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 > >> it does not work so I have no success with textarea.
> >>
> >> The code looks like following fragment.
> >>
> >> $problem_val = mysqlclean($_SESSION, "problem_eb", 500, $connection);
> >>
> >>
> >>
> >>
> >> Best regards, Joerg Kuehne
> >>
> >>
> > There is no value attribute of textarea...to put text in there, you
> > place it between the tags.
> > i.e.
> >
> >
>
> Also worth mentioning that you may run into problems if you don't use
> htmlentities on $problem_val, like so...
>
>
>
> -Stut
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

------=_Part_116634_33447770.1159967926425--