I am trying to auto populate a text box (txtbox1) on another page using .php?txtbox1=HI.
that doesn't work. after thinking about it for a sec....I don't even know if this is possible.
Is it?
point browser to file.php?txtbox=test
<input type="text" name="txtbox" value="<? echo $_GET['txtbox'] ?>">