Posted by Florian Erfurth on 07/30/07 16:16
Hi everyone,
as a Win-User he has to enter "\\intranet\logons$\wsa01.txt" in explorer in
order to open this file.
Now I'm writing a php-script on freeBSD. I don't have a idea how to access
this file. I already tried following:
fopen("//intranet/logons$/wsa01.txt");
But the file is not found. I think I have to use samba, am I right? But how
should I do that with php.
I'm really new in php and today I write the very first time a php-script. I
already looked in http://www.php-homepage.de/manual/ (by the way, this is a
good manual! :) ).
Thank you very much!
cu Floh
[Back to original message]
|