|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-07-12 02:59 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 09:00:01 2025 UTC |
I am trying to open a file on a remote machine on a windows NT network. (The server and the remote machine are both on that NT network). e.g. fopen("\\155.225.57.20\C$\temp\bg2.gif","r"); However I kept receiving an error message saying that this is an invalid argument, and then I read on the php.faqts knowledgebase that "It is not currently possible to open windows shares with PHP". Can this be rectified for future php versions?