Pracuję nad nieco nowym projektem. Chciałem wiedzieć, ile plików znajduje się w określonym katalogu. <div id="header"> <?php $dir = opendir('uploads/'); # This is the directory it will count from $i = 0; # Integer starts at 0 before counting # While false is not equal to the...