Re: [PHP-WIN] user system using sessions and cookies?

2002-12-04 Thread Alexander Kuznetsov
got these lines . Now you can test it something like that -- Best regards, Alexander Kuznetsov -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP-WIN] get service status on win32 from php

2002-11-28 Thread Alexander Kuznetsov
arse. Thanks! Before sending my question in this mail list I've tried to make "net start" but there was error like command not found. After your answer I've tried c:\windows\system32\net start and all seems working :) My problem was in PATH environment variable. -- Best re

[PHP-WIN] get service status on win32 from php

2002-11-28 Thread Alexander Kuznetsov
Hello All, Can I get list of services running on win32 machine via php script? And if I can how I can do this or where I can read about it? -- Best regards, Alexander Kuznetsov -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] iconv()

2002-11-21 Thread Alexander Kuznetsov
Hello All, How can I use iconv functions under win32? And can I? -- Best regards, Alexander Kuznetsov -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP-WIN] is_file() can't tell the difference between file and directory in Win32...

2002-11-04 Thread Alexander Kuznetsov
it worked. Anyone JKD> know if that's going to be changed in the future? JKD> (I love recursion!) [... skiped ..] there is a easier way to get is_file & is_dir working on win32: u just need to put full path to file or dir is_file("c:\web\index.html"); I've had such