RE: [PHP-WIN] help on cookies please

2001-08-08 Thread Jan Matejka
have a look into your PHP.INI: ; - register_globals = Off ; Global variables are no longer registered for input data (POST, GET, cookies, ; environment and other server variables). Instead of using $foo, you must use ; $HTTP_POST_VARS["foo"], $HTTP_GET_VARS["foo"], $HTTP_COOKIE_VARS[

[PHP-WIN] PHP4 problem (bug?) with UNC pathnames

2001-02-12 Thread Jan Matejka
Hi, I found following problem (maybe bug ?) in PHP 4.0.x. When I try to read contents of UNC named directory, function: opendir() always return success even when the directory doesn't exist. readdir() always returns nothing even when the directory exists and contain files.

RE: [PHP-WIN] WinNT Logons as a $var

2001-04-11 Thread Jan Matejka
Yes, it is possible (I use it both with IIS and Apache), but you must use Challenge-Response security mode (IIS only) and all clients must be IE only. You can use Apache server as well - but you need extra module ApacheModuleNTLM.dll (http://members.ozemail.com.au/~timcostello/mod_ntlm/) MaT >-