I am trying to get the values of a multiselect to be listed into a php email form. The variable is name="variable[] "
I don't know how to go about it, so any advice would be awesome
$message = "<html><head><title></title></head>
<body>
<p>Sentence".$_POST['somevarriable']."</p>
<p>Another Sentence". [I want to put an array here]."</p>
</body>
</html>";