[PHP] mssql.dll

2003-07-10 Thread Alain ROMERO
Where is mssql.dll (not include in packages 4.1.2 / 4.2.3 / 4.3.2 ? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mail with CC and BCC

2002-12-03 Thread Alain ROMERO
PHP server = Win 2000 SP2/php 4.1.2 SMTP server = Netscape Messenger 4.15 (declare on php.ini) Why CC and BCC never receive mail ? The header 'TO' is correct : see CC and BCC ! The header : From : . CC: [EMAIL PROTECTED] BCC: [EMAIL PROTECTED] I try severals classes I have found (PHP

[PHP] ldap

2001-09-07 Thread Alain ROMERO
Version php 4.0.6 Win32 I get : Unable to load './extensions/php_ldap.dll'. Witch dlls must be copied in /winnt/system32 (dlls are all in /php/dlls ?). -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] Help please

2001-05-04 Thread Alain ROMERO
This code works fine on Win NT/IIS with Netscape but not with IE4 : cookie is not set ? ?php include include.php; if (authUser($username,$userpass)) { // do not work with IIS //$exp = gmdate (M d Y H:i:s, time()-3600);

[PHP] Need help cookie

2001-05-04 Thread Alain ROMERO
This code works fine on Win NT/IIS with Netscape but not with IE4 : cookie is not set ? ?php include include.php; if (authUser($username,$userpass)) { // do not work with IIS //$exp = gmdate (M d Y H:i:s, time()-3600);

[PHP] Authorizer V1.0

2001-05-02 Thread Alain ROMERO
http://apollo.spaceports.com/~refcentr/index_auth.html This script work with Unix, not with WinNT. Is there something to do with cookie on WinNT ? Help Please -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] ldap

2001-03-07 Thread Alain ROMERO
PHP 4.0.2 on Win32 or PHP 3 on Win32 extension=php_ldap.dll is on in the php.ini file I get 'Unable to load php_ldap.dll' (PHP4) when I call a php file ? I get 'Call to an unsupported function ldap_connect()' (PHP3) ? Help please ? -- PHP General Mailing List (http://www.php.net/) To

[PHP] Error with ldap

2001-03-07 Thread Alain ROMERO
PHP 4.0.2 on Win32 or PHP 3 on Win32 extension=php_ldap.dll is on in the php.ini file I get 'Unable to load php_ldap.dll' (PHP4) when I call a php file ? I get 'Call to an unsupported function ldap_connect()' (PHP3) ? Help please ? -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Error with ldap

2001-03-07 Thread Alain ROMERO
I copy 'msvcrtd.dll' in winnt\system32 and php3 works fine, but not php4 HELP ! Alain ROMERO a crit : PHP 4.0.2 on Win32 or PHP 3 on Win32 extension=php_ldap.dll is on in the php.ini file I get 'Unable to load php_ldap.dll' (PHP4) when I call a php file ? I get 'Call