Its a simple case of using a muliple select box, I think the problem U were facing is with respect to the variable used
echo "<select name=\"$list_items[]\" multiple ......
Use an array name instead of the normal when this gets posted to the target page U can just parse through the array as the array will contain the values of the selected elements.
Add these up and show the result.
Hope this helps
Regards Anurag