I was recently creating an input form. In the form tag all I had was this <form name=mainform>. I never placed a get or post. I was looking at the page and clicked submit and noticed at the top, appended to the formname.php was "?var=this&var1=thisto"
I know using a get will place the vars up along the top, but I didn't put anything in the form tag.
I will always hard code the results page like this:
print "
var: $var
var1: $var1
etc";
I was wondering if there is a utility that will grab all of the inputs and place them on the results page with out the hard coding(like in the address bar, like mentioned above). If anyone has any ideas, please let me know.
thanx