Hello.
I have a quick question here. I have a html document with a very long form. Each element in the form has an label. The action of the form is
<FORM action="Bestallningsformular.php" method="get">
What I now want to do in the php document is to fetch the value and the label and print it in the php document. I can get the value but dont know how to get the lable.
Any help would be nice.