Thanks for the reply...but....
Im using very basic php code and for some reason i get a parse error.
Heres some of the code
HTML::::
<select name="Packages" multiple size="5">
<option>Word</option>
<option>Matchmaker</option>
<select name="Packages" multiple size="5">
<option>Word</option>
<option>Matchmaker</option>
<option>Excel</option>
<option>Lotus Notes</option>
<option>Outlook</option>
<option>Internet</option>
</select>
PHP::::
<?php
$message="Software Packages "."\n".$[Packages];
mail($emailname,$subject,$message);
?>
I need to get the selected packages into that one variable instead of just the last one been shown...
Im a complete beginner only started yesterday
Cheers