RE: $_POST array order

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Another option would be to use an associative array:

<input type="text" name="domain_object_vars[FirstName]" value=""/>
.
.
.
.
<input type="text" name="domain_object_vars[Zip]" value=""

This way the 'submit' button wouldn't even show up as a key in the array, which is accessible to PHP through the $domain_object_vars array.


Best regards,

Mike Weaver

--
Michael Weaver
Founder/Chief Facilitator
Dynamic Insight
Innovation through Communication

Tel: 1.814.574.4871
Email: weaver@xxxxxxxxxxxxxxxxxx
Email: dynamicinsight@xxxxxxxxx (high-capacity)
AIM: dynamicinsight


The information in this email and subsequent attachments may contain
confidential information that is intended solely for the attention and use of the named addressee(s). This message or any part thereof must not be disclosed, copied, distributed or retained by any person without authorization from the addressee. If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.





[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux