Hi,
Is there other attributes that can be extracted from the $_POST array besides all form field names and their corresponding values?
For example, let's say I have an HTML form input tag constructed as follows:
<input id="ValueABC" type="text" name="Field1" value="Field1Value">
Based on the example, is there a way to use $_POST to extract the value of the id attribute, per se?
Thanks,
Ryan