|
<QUOTE>Hmm, correct me if I'm mistaken, but isn't the submitted data always in name:value pairs, and that is all the data the server gets from the client? If you're prevented from using the name, why can't you use the value to tell the server what element you're referring to?
</QUOTE>
They are always in name, value pair. I need to use both of them, and I need to know the order.
Let me give an example, suppose a name will appear serveral times and the CGI program want to know the last value, but keep the other values for record. However if the order can be scrambled, then you are not getting the right information.
|