Here's my scenario:
I'm creating a build environment with one system acting as the main
build dispatcher and other systems as the build hosts. On the main
build system I have Apache, MySQL and PHP installed and I'm building a
website that will allow people to view/start/etc. builds.
I'm trying to get PHP to implode a log file that resides on one of the
host builds systems. I have the host and and the share, so what I'm
passing into the implode command is:
\\NH8516D02\Dpj 302\weblog.txt
This gives me the following warning:
Warning: file("\\NH8516D 02\Dpj302\weblo g.txt") - No such file or
directory in C:\apache\htdoc s\bldcentral\vi ewlog.php on line 21
Question:
Is there a way for PHP to open a file on a different system from a
folder that has been shared? I'm not too worried about security as
this is an internal site to the company.
Thanks for any help!
-Shawn Campbell
I'm creating a build environment with one system acting as the main
build dispatcher and other systems as the build hosts. On the main
build system I have Apache, MySQL and PHP installed and I'm building a
website that will allow people to view/start/etc. builds.
I'm trying to get PHP to implode a log file that resides on one of the
host builds systems. I have the host and and the share, so what I'm
passing into the implode command is:
\\NH8516D02\Dpj 302\weblog.txt
This gives me the following warning:
Warning: file("\\NH8516D 02\Dpj302\weblo g.txt") - No such file or
directory in C:\apache\htdoc s\bldcentral\vi ewlog.php on line 21
Question:
Is there a way for PHP to open a file on a different system from a
folder that has been shared? I'm not too worried about security as
this is an internal site to the company.
Thanks for any help!
-Shawn Campbell
Comment