Greggy-php
New member
This doesn’t seem to work when i have something like this
$data = “./data-new-data”;
$dir = scandir($data);
it doesnt find the folder specified, (code 2)
why on earth can’t i get it to work , even if i change to absolute path c:\data-new-data
what am doing incorrectly , ? the browser rendering engine is set to accept external paths from the settings universalURL this is driving me nuts
$data = “./data-new-data”;
$dir = scandir($data);
it doesnt find the folder specified, (code 2)
why on earth can’t i get it to work , even if i change to absolute path c:\data-new-data
what am doing incorrectly , ? the browser rendering engine is set to accept external paths from the settings universalURL this is driving me nuts