<?php $numberOfinstances = 3; $i = 1; $arr = array(); while ($i <= $numberOfinstances) { $arr[] = '../../../toolbox'.$i.'/importer/tokens.CC.csv'; $i++; } print_r($arr);
You have javascript disabled. You will not be able to edit any code.