where "theserver" is a machine other than the one running PHP (under an apache install on a windows box), but accessible through the local network (it is visible, for instance, under the "microsoft windows network" in explorer), an image link of the form:
<img src = "\theserver/adirectory/imagefile.jpg">
properly loads the image into the browser.
and yet i can get no command to actually access that file and manipulate it. for instance,
$fs = fopen("\\theserver/adirectory/imagefile.jpg","r");
returns either an invalid argument error or the error:
php_network_getaddresses: gethostbyname
oddly enough, which error comes back seems not to be consistent.
any thoughts?