[PHP] Re: textarea problem

2003-01-23 Thread Marek Kilimajer
Yes - textarea does not have value attribute, put the value between and Print ''.htmlspecialchars($row['OrgName']).''; Denis L. Menezes wrote: Thanks Marek. Could you help me with this piece of code? Print ' value="'.htmlspecialchars($row['OrgName']).'">'; ?> Thanks denis -- PH

[PHP] Re: textarea problem

2002-05-15 Thread Jason Morehouse
Are you using post or get? I imagine you'd run into some limitations using get. On Tue, 14 May 2002 12:33:22 +1200, Enrique Vadillo wrote: > Hi, > > I'm not sure if this is purely a PHP problem but here it goes: > > i have a form that sends text data to a PHP script, i have some textarea > fi

[PHP] Re: textarea problem

2002-05-15 Thread Vinod Palan
Hi I think that would be problem of the method you are using. Can you tell if you were using post method? Thanks Vinod "Tim Ward" <[EMAIL PROTECTED]> wrote in message 01D892A483EAD511926A00500416D3C01C6B49@HUNTERS-MAIL">news:01D892A483EAD511926A00500416D3C01C6B49@HUNTERS-MAIL... Are you POSTing

[PHP] RE: textarea problem

2002-05-14 Thread Tim Ward
Are you POSTing or GETting the data? Tim Ward www.chessish.com -- From: Enrique Vadillo [SMTP:[EMAIL PROTECTED]] Sent: 14 May 2002 01:33 To: [EMAIL PROTECTED] Subject: textarea problem Hi, I'm not su