On Nov 6, 2011, at 10:34 PM, tu...@netzero.net wrote: > echo "<textarea name=example2 value=<?=$variable2?> rows=10 > cols=50></textarea>"; > > Some reason only example1 input box gets populated and exampl2 showed nothing. > Any idea?
Content goes inside the textarea block element: echo "<textarea name=example2 rows=10 cols=50><?=$variable2?></textarea>";
_______________________________________________ New York PHP Users Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/Show-Participation