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 ''
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
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
3 matches
Mail list logo