andiamo subito al sodo...![]()
il codice è questo:
e l'errore (Codice PHP:
$handle = opendir('./img/') or die('errore!');
while (false !== ($file = readdir($handle)))
{
if (is_file($file) && $file!='.' && $file!='..')
{
echo '<td>[img]/img/'.$file.'[/img]';
}
}
closedir($handle);
) è questo...
![]()
mi sa che è qualcosa nelle impostazioni PHP.ini perchè una volta andava...codice:Warning: OpenDir: Invalid argument (errno 22) in leggiimg.php on line 1![]()
![]()