if i try to access data from my computer it works
$test = "\\\\Pcname\folder\blabla.txt";
or
$test = "D:\\folder\blabla.txt;
if (!file_exists($test)) {
die("Could not find file.");
}
but i want to access data from local network(shared folder) but i got error and i have no clue how to make it works
i try this code
$test= "http://10.0.0.107/folder/blabla.txt";
or using computer name
$test= "http://Another-Pc/folder/blabla.txt";
I also make sure if permision folder are full control for everyone and even make a group