I'm using the code below to read files:
Locally it works, but when I put the $ dir variable with a network path, as below, I get error:
$dir = "W:/_Infraestrutura/Controles/Inventario de Equipamentos/ " ;
$pasta= opendir($dir);
echo "&...
asked by
25.09.2015 / 20:57