al max
Codice PHP:
$file = array($file1, $file2, $file3, $file4, $file5);
foreach($file as $value)
{
//$value contiene il valore dell'array
}
al max
Codice PHP:
$file = array($file1, $file2, $file3, $file4, $file5);
foreach($file as $value)
{
//$value contiene il valore dell'array
}