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