Я работаю над немного новым проектом. Я хотел знать, сколько файлов находится в определенном каталоге. <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...