Form Variables.. a question for experienced coders
Posted: Sun Nov 23, 2003 8:48 pm
I have heard of programs that read an html form
<form action=order.php>
<input type hidden name=stuff= value=Svalues>
</form>
And display it in the order it was written and pathed to the processor... like a direct link
this for have an output of
order.php?stuff=Svalues
Anyone have a clue what this program or terminolgy is>?
<form action=order.php>
<input type hidden name=stuff= value=Svalues>
</form>
And display it in the order it was written and pathed to the processor... like a direct link
this for have an output of
order.php?stuff=Svalues
Anyone have a clue what this program or terminolgy is>?