Re: [PHP] PHP and windows authentication

2004-07-09 Thread raditha dissanayake
Roman Duriancik wrote: I have problem with open file by fopen function on windows servers. I need open some file in windows server, from php script but is it possible that this script running on some user windows account ? example : fopen("server\\data1\\text.txt","r"); system send me this

[PHP] PHP and windows authentication

2004-07-09 Thread Roman Duriancik
I have problem with open file by fopen function on windows servers. I need open some file in windows server, from php script but is it possible that this script running on some user windows account ? example : fopen("server\\data1\\text.txt","r"); system send me this error message : *Warn