|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-09-18 01:03 UTC] fmk@php.net
[2001-09-18 02:24 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 05:00:01 2025 UTC |
print("<tr><td height='82' colspan='2' valign='top'><TEXTAREA WRAP='virtual' NAME='note' value='$note' ROWS='4' COLS='52'></TEXTAREA></td></tr>") ;I The above TEXTAREA tag will not accept a variable. The INPUT tag will accept the same varible. print("<tr><td height='12' colspan='2' valign='top'><INPUT type='text' NAME='note' value='$note' size='52'></td></tr>") ;