[eluser]vitoco[/eluser]
is path correct ??, try to do this
Code:
echo 'REALPATH:[['.realpath($path).']]';
if( ! is_dir( $path ) )
{
echo 'DIR EXISTS' ;
}
else
{
echo "DIR DOESN'T EXISTS" ;
}
if($nom=get_filenames($path)){
print_r($nom) ;
}
else{
echo 'no' ;
}
i got no displayed
tnx fo your help

[/quote]