AndrewBriz
01-29-2003, 10:08 PM
I am currently running windows IIS with PHP and I want to convert over to apache on a linux platform.
The problem is that within my PHP scripts I am accessing windows shared drives as follows
\\server1\webshare\{path}
\\server2\webshare\{path}
to retrive files with "readfile(filename)".
These storage areas are also to be converted to linux.
How do I (if it's possible) set up this method of access under linux without using mounts ??
Any help would be greatly appreciated.
The problem is that within my PHP scripts I am accessing windows shared drives as follows
\\server1\webshare\{path}
\\server2\webshare\{path}
to retrive files with "readfile(filename)".
These storage areas are also to be converted to linux.
How do I (if it's possible) set up this method of access under linux without using mounts ??
Any help would be greatly appreciated.