PHP: Manual: PHP and HTML
Tuesday, December 11th, 2001PHP: Manual: PHP and HTML How do I create arrays in a HTML form? To get your form result sent as an array to your PHP script you name the input, select or textarea elements like this: <input name=”MyArray[]”> <input name=”MyArray[]”> <input name=”MyArray[]”> <input name=”MyArray[]”> Notice the square brackets after the variable name, that’s what […]