<select><? $d = dir("cliente1/"); while (false !== ($entrada = $d->read())) { echo "<option>".$entrada."</option>"; }?> </select>