I have a function which reads files and gets some information out of them... before I called...
file("
now that URL is no longer available to me, and I need to use a UNC path
file("\\\\theserver\\thedirectory\\info.txt"
;
but this doesn't seem to be working, can anyone suggest a method to get the same results from php as the above working example?
Thanks,
Rob
file("
now that URL is no longer available to me, and I need to use a UNC path
file("\\\\theserver\\thedirectory\\info.txt"

but this doesn't seem to be working, can anyone suggest a method to get the same results from php as the above working example?
Thanks,
Rob