Hello,
I'm a complete noob when it comes to PHP.
however, I have a text box which enables the user to enter a number. I the user then clicks a hyperlink. I would like to send the results from the text box to the hyperlink. i.e.
Can this be done with out a submit button?Code:<input type="text" name="T1" size="2"></td><td><a href="Results.php?MatchUpdNo=T1">test</a>
Regards,
Craig.


Reply With Quote
