Yes - textarea does not have value attribute, put the value between <textarea ... > and </textarea>

Print '<textarea name="OrgAddress" cols="44" rows="5" id="textarea">'.htmlspecialchars($row['OrgName']).'</textarea>';




Denis L. Menezes wrote:

Thanks Marek.

Could you help me with this piece of code?

<?php
Print '<textarea name="OrgAddress" cols="44" rows="5" id="textarea"
value="'.htmlspecialchars($row['OrgName']).'"></textarea>';
?>

Thanks
denis



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

Reply via email to