Kod
Warning: filesize() [function.filesize]: stat failed for xxxx in /home/amaru/public_html/lista.php on line 22
Warning: filemtime() [function.filemtime]: stat failed for xxxx in /home/amaru/public_html/lista.php on line 22
Warning: filemtime() [function.filemtime]: stat failed for xxxx in /home/amaru/public_html/lista.php on line 22
Plik lista.php:
<? $i = 0; $images['file'] = '<img src="img/plik.gif"> '; function show_dir($directory) { { if ( $file != '.' && $file != '..' ) { { ++$i; show_dir($directory . '/' . $file); } else { echo ( str_repeat(' ', $i * 4) . $images['file'] . "<a href=\"pliki/$file\">$file</a>" . filesize($file) . filemtime($file) . '<br />'); } } } --$i; } show_dir('pliki/'); ?>
Mam nadzieję, że razem podołamy temu problemowi
