Forum Moderators: coopster
<textarea cols=80 rows=1 name=yes value="<? echo $yes;?>"></textarea>
how can that line be working and echo the value?
if within input type text such as:
<input type=text name=yes value="<? echo $yes;?>">
it works fine
but I need to enlarge the "text area" for longer text
thank you
regards