Maybe php is not set to automaticly register variables on your server? check
http://www.php.net/manual/en/security.registerglobals.php
you can check your present setting in /winnt/php.ini (probably)
-Jørg
"Harry Lau" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]
You're basically rigth. LDAP is optimized for "read many, write few" while
DB's are usually optimized for writing. It all depends on the configuration.
You can get longer search-time from a misconfigured LDAP server than an
optimized MySQL. I once transfered 24000 customers from MySQL to LDAP and
I configured php 4.0.6 as an ISAPI module, and it works perfectly now. I
guess this has something to do with ACL's in IIS...
-Jørg
"JøRg V. Bryne" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hmm. It seems it's workin
Hmm. It seems it's working, it just give out false replies all the time.
(IE. Axapta which is a databasesystem won't find any data). I would guess
this has to do with IIS config or something. We run PHP as CGI. Does anyone
now if this affects security/user policies in w2k iis? Will try reconfig to
I'm having some trouble getting around with COM objects. Is there any way
that one can list the methods/properties of an instanciated COM object?
Also. I'm having trouble getting an ASP-script to work, so maybe someone
could help me translate? I've been staring at it for so long that I don't
see