Ambienti Operativi

Slides 2011/2012

<php> $datadir = './teaching/tAO20112012/PDF'; $baseurl = “http://syscall.org/”; if ($handle = opendir($datadir)) {

 while (false !== ($file = readdir($handle)))
    {
        if ($file != "." && $file != "..")
  {
        	$thelist .= '<a href="'.$baseurl.$datadir.'/'.$file.'">'.$file.'</a><br/>';
        }
     }
closedir($handle);
}
echo $thelist;

</php>

teaching/ambienti_operativi_as2011-ss2012.txt · Last modified: 2024/05/27 12:22 by 127.0.0.1
Kleine Websites, die ein Wiki als CMS verwenden.de