Thursday, January 12, 2012

PHP Tutorial Parse Multiple Select HTML Form Fields - DevelopPHP dot com

Adam teaches how to use PHP to parse multiple selection form fields in your HTML or HTML5 forms. The resulting variable is an array if you instruct the select field to handle multiple options. We have to break this array down to split the selections for our data processing needs, or you can choose to save the serialized complete array into one MySQL database field.

No comments:

Post a Comment