Code: Select all
<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,
Code: Select all
<?php
$fs = fopen("\\\theserver/adirectory/imagefile.jpg","r");
?>Code: Select all
php_network_getaddresses: gethostbynameoddly enough, which error comes back seems not to be entirely consistent.
any thoughts?