Codice PHP:
<? php
$index 
0;
foreach(
glob("/links/*") as $file){
     if(
$file != "index.php"
echo 
"randomlinks[".$index++."]='".$file."'";
}
?>