Hello,
I've 2 Windows XP systems, system A and system B.
I've a file on system B that I want to read from out a PHP script on system A.
I mapped the drive from system B in my system A like \\10.10.212.15\ d$ to a drive Y on system A.
in my PHP script I tried already a lot of things to access the files on this Y drive, but without success.
such as if(file_exists( "Y:\\HEAT\\TC00 39\\MacroSequen ce.txt"))
if(file_exists( "\\\\10.10.212. 15\\D\$\\HEAT\\ TC0039\\MacroSe quence.txt"))
if(file_exists( "\\\\heat01\\D\ $\\HEAT\\TC0039 \\MacroSequence .txt"))
etc ...
but they all return a false however the file is indeed located at that location
ANybody that could help me out ?
Eric
I've 2 Windows XP systems, system A and system B.
I've a file on system B that I want to read from out a PHP script on system A.
I mapped the drive from system B in my system A like \\10.10.212.15\ d$ to a drive Y on system A.
in my PHP script I tried already a lot of things to access the files on this Y drive, but without success.
such as if(file_exists( "Y:\\HEAT\\TC00 39\\MacroSequen ce.txt"))
if(file_exists( "\\\\10.10.212. 15\\D\$\\HEAT\\ TC0039\\MacroSe quence.txt"))
if(file_exists( "\\\\heat01\\D\ $\\HEAT\\TC0039 \\MacroSequence .txt"))
etc ...
but they all return a false however the file is indeed located at that location
ANybody that could help me out ?
Eric
Comment