On 11/6/2011 10:34 PM, tuon1 at netzero.net wrote: > echo "<textarea name=example2 value=<?=$variable2?> rows=10 cols=50></textarea>"; > ?> The textarea tag does not have a value argument. You just include the default text within the tags. David