I am looking for a way to read the contents of a file located on a network share. I can use the IP address of the shared host and the shared folder to get to the location, but I donβt know the correct command and syntax for this get_contents file? Eorep?
$text = fopen('//128.251.xxx.xxx/Common/sample.txt', 'r');
or something like that?
UPDATE * I also cannot access the file through the browser window, although I know that the file is in this exact directory ...
file php
sadmicrowave
source share