Receive and manipulate array in form post data

Arrays can be passed from a html web form to a php script. The ‘name’ attribute of the input type should be specified as an array.

example :

To receive the array in a php script, we use the $_POST as
$tag";
}
?>

Tags: