I can't find docs on this syntax anywhere, can someone help me out?
specifically the name syntax. is that some sort of group of data tied to one variable? I have multiple textboxes that way with the same name. how do I access in on the back end when the form in processed?
Thanks,
Gagz
Code:
<input type="text" name="report_txt[]" value="Water">
specifically the name syntax. is that some sort of group of data tied to one variable? I have multiple textboxes that way with the same name. how do I access in on the back end when the form in processed?
Thanks,
Gagz