require "admin/function.php"; mysql_select_db($mysql_db); ?>
Zobrazené jméno
Popis
$d = dir("/srv/www/cz/euroshow2000/www/files_to_download/"); while($entry=$d->read()): if($entry!="." && $entry!=".."): $q = MySQL_QUERY("select * from files_to_download where fileName='".$entry."'"); $pocet = MySQL_NUM_ROWS($q); if ($pocet>0): echo("
".mysql_result($q,0,"displayName")."
Stáhnout...
"); echo("
".mysql_result($q,0,"description")."
"); endif; endif; endwhile; $d->close(); ?>