Re: [PHP] textarea problem

2003-01-23 Thread Ernest E Vogelsinger
At 14:34 23.01.2003, Denis L. Menezes said: [snip] > Print 'value="'.htmlspecialchars($row['OrgName']).'">'; > ?> [snip] This won't work. needs its value outside the tag, without an attribute, just plain: Print ''

[PHP] textarea problem

2003-01-23 Thread Denis L. Menezes
Thanks Marek. Could you help me with this piece of code? '; ?> Thanks denis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] textarea problem

2002-05-13 Thread Enrique Vadillo
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 field which goes like this: everytime i POST this, $mynote is truncated to 1867 bytes, i have repeatedly tried to submit text 2500 bytes long but it's al