HTML Form Arrays
Posted: Tue Jan 27, 2004 4:02 pm
How do you use form arrays that have been passed via GET?
For example, I have an array on the form arr_property_type[] (defined as such in the input tag) consisting of check boxes.
Does php treat $_GET['arr_property_type'] as an array, or is there something special you need to do? Thanks,
Brian
For example, I have an array on the form arr_property_type[] (defined as such in the input tag) consisting of check boxes.
Does php treat $_GET['arr_property_type'] as an array, or is there something special you need to do? Thanks,
Brian