PHP: Création automatique d’un menu ‘select’ HTML

Author:
<?php

function input_select($nom_control, $selected, $options, $multiple = false)
{
    print '<se