Codice PHP:<?php
echo'<select name="oleeee">';
$dir=opendir("php");
while(false !== ($file=readdir($dir))){
echo '<option value="'.$file.'">'.$file.'</option>';
}
closedir($dir);
echo '</select>';
?>![]()
Codice PHP:<?php
echo'<select name="oleeee">';
$dir=opendir("php");
while(false !== ($file=readdir($dir))){
echo '<option value="'.$file.'">'.$file.'</option>';
}
closedir($dir);
echo '</select>';
?>![]()