Line 1 here displays the correct file names, at line 7 the values are lost, the count is correct though. Does anyone know why this would occur?
PHP Code:echo $file2;
if (!isset($n)) {
$n = 0;
} else {
$n = count($helmets);
}
echo $files2 . $n;
$helmets[$n] = $files2;



Reply With Quote

Bookmarks