[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 Classes), no good result !

Help please


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.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 PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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);

//setcookie(AUTHORIZER,$username.:.md5($username.$userpass),$exp.
GMT);

$exp = gmdate(M d Y H:i:s, time()+86400). GMT;
print script language='javascript';
print var expdate=new Date ();;
print expdate.setTime(expdate.getTime()+(24*60*60*1000*31));;
print
document.cookie='MYCOOKIE='+escape('.$username.:.md5($username.$userpass).')
+';expires=expires '+expdate.toGMTString();;
print /script;
  }
  //not header behind print
  //header(Location: $HTTP_REFERER);

  print script language='javascript';
  print document.location='$HTTP_REFERER';;
  print /script;
?

$HTTP_COOKIE_VARS['MYCOOKIE'] is always empty in $HTTP_REFERER and this
only with IE 4/5

Help !!!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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);

//setcookie(AUTHORIZER,$username.:.md5($username.$userpass),$exp.
GMT);

$exp = gmdate(M d Y H:i:s, time()+86400). GMT;
print script language='javascript';
print var expdate=new Date ();;
print expdate.setTime(expdate.getTime()+(24*60*60*1000*31));;
print
document.cookie='MYCOOKIE='+escape('.$username.:.md5($username.$userpass).')

+';expires=expires '+expdate.toGMTString();;
print /script;
  }
  //not header behind print
  //header(Location: $HTTP_REFERER);

  print script language='javascript';
  print document.location='$HTTP_REFERER';;
  print /script;
?

$HTTP_COOKIE_VARS['MYCOOKIE'] is always empty in $HTTP_REFERER and this
only with IE 4/5

Help !!!




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 to an unsupported function ldap_connect()' (PHP3)  ?

 Help please ?

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]