以下の配列を multi select 内に出力したい。
これは、複数選択用の私の html コードです。
<select name="user_email[]" size="17" style="margin-top:8px; height:256px;" multiple="multiple" class="wiidth300px textBoxStyle removePadding removeMargin externale_users" value="">
これが私の配列です: $test =array ( [0] => abc@example.com [1] => def@example.com ); 配列html複数選択の要素を出力したい。