I have a piece of php code:
.... for ($i=0; $i < count($files); $i++) { $rows = array_chunk($files, 5); } ....
Where I want to have the ch