I've got a form that has multiple selections, and I need them to end up being emailed.
Right now, here's what I have:
Code: Select all
<form method="POST" action="<? echo"$PHP_SELF";?>">
<select size="4" name="selectionsї]" multiple>
<option>Red</option>
<option>Orange</option>
<option>Yellow</option>
<option>Green</option>
</select>Any ideas?
Thanks in advance!
Rewt