[PHP] passing PhP parameter to JavaScript function

2002-05-02 Thread ZILBER,LEONID (HP-NewJersey,ex1)
Hi guys, From PhP, I want to call JavaScript and pass argument to it For some reason when I do the following: onClick=\return lastCheck($maxa);\ and printout maxa in JavaScript, it says maxa is undefined maxa is defined in PhP form section. User enters value into a form which name is

[PHP] php4.06 vs. php4.1.1

2002-05-01 Thread ZILBER,LEONID (HP-NewJersey,ex1)
Hi guys, I have been using PhP 4.06 for sometime, until recently I have upgraded to PhP 4.1.1. Unfortunately, I am experiencing some problems with ldap_error. Basically, I used the same Netscape ldapsdk with 4.1.1 as I used with php4.0.6, only now ldap_error for some reason returns garbage

[PHP] gmp_mod support

2002-03-14 Thread ZILBER,LEONID (HP-NewJersey,ex1)
Hi guys, I have compiled PhP 4.1.1 as DSO module specifying --with-gmp support. Unfortunatelly, I don't have any of gmp API's available. Does anyone know why it doesn't work for me? Thank you very much, Leon --- Leon Zilber HP Internet Operation RD Lab phone: 973.443.78.82 email:

RE: [PHP] gmp_mod support

2002-03-14 Thread ZILBER,LEONID (HP-NewJersey,ex1)
When I add --with-gmp support, I get an error cannot find gmp.h file, while I do have ext/gmp/php_gmp.h Thank you, Leon -Original Message- From: ZILBER,LEONID (HP-NewJersey,ex1) [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 5:26 PM To: '[EMAIL PROTECTED]' Subject: [PHP

RE: [PHP] gmp_mod support

2002-03-14 Thread ZILBER,LEONID (HP-NewJersey,ex1)
Hi, Was anyone ever successful using gmp extension with PhP 4.1.1? Thank you, Leon -Original Message- From: ZILBER,LEONID (HP-NewJersey,ex1) [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 5:30 PM To: '[EMAIL PROTECTED]' Subject: RE: [PHP] gmp_mod support When I add

[PHP] multilanguage support

2002-02-25 Thread ZILBER,LEONID (HP-NewJersey,ex1)
Hi, On our site, we have page with a form a user puts his/her information such as company name, givenname, etc. Currently, if a name entered is anything but English characters, PhP fails. For example, if I enter Norwegian characters lsløæ PhP returns the following errors: Last name

[PHP] libmcrypt problem

2002-02-12 Thread ZILBER,LEONID (HP-NewJersey,ex1)
Hello, I am experiencing a weird problem, hopefully someone can help me with it: Environment: HP-UX 11.11 PhP ver.4.1.1 libmcrypt 2.4.19 I have successfully built libmcrypt: /opt/mcrypt/configure --disable-posix-threads make ; make install Library is

[PHP] using POST

2002-02-12 Thread ZILBER,LEONID (HP-NewJersey,ex1)
Hi guys, I have assembled an XML file, encrypted it and now ready to pass it to an outside server. $encryptedXML file contains encrypted value of an XML file How can I send the XML-(URL encoded) within the HTTPS-POST. The reason for sending the cleartext XML URL encoded is to allow for the