$file_list[] == "$filepath";
<?php echo "<select onchange='run(this.options[this.selectedIndex].onclick)'>"; echo "<option onClick='$id_s='doc' '>doc</option>"; echo "<option onClick='$id_s='txt' '>txt</option>"; echo "</select>"; $dir="C:/Documents and Settings/Xakep/Рабочий стол/"; $dh=opendir($dir); while($filename=readdir($dh)) { $filepath=$dir.$filename; if(is_file($filepath) and ereg("\.{$id_s}$",$filename)) { $file_list[] == "$filepath"; } } foreach($file_list as $file_l) { echo "<hr>"; echo $file_l; } ?>
$file_list[]= "$filepath";