Sorry for the dumb question but how do you push variables into a textbox. I saw someone do it with JS but I'm trying to learn one script at a time. Thanks for any help.
<input type="textbox" name="myname" value="<? echo $varible ; ?>">
thanks for the help