function statistik()
{
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'>";
echo "<tr>";
echo "<td>Statistik</td>";
echo "<td><img border='0' src='pic/gfx/L_spacer.gif' width='5' height='1'></td>";
echo "<td nowrap> ... </td>";
echo "<td align='right' width='100%'>";
dateigroesse_umrechnen(file($datei_name));
echo "</td>";
echo "</tr>";
echo "</table>";
}
und wie kommt $datei_name in die function statistik()?