[PHP] How to include a java script in a php tag (form)

2009-05-12 Thread Matthieu
me please? Thanks! Matthieu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Avoid to open mysql querries then times in the page

2009-05-04 Thread Matthieu
upper php code... Is there a walkthroug to have only one connection for the page? Thanks Matthieu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Paypal and Php

2009-05-03 Thread Matthieu
Thanks a lot Brad, I would really appreciate that! I'm actually a totally newbie to php and mysql... but I don't lack motivation ;) Cheers, Matthieu ""Brad Broerman"" a écrit dans le message de news:005701c9cbe8$39249600$0500a...@brads... A couple year

[PHP] Paypal and Php

2009-05-02 Thread Matthieu
ly go through a drupal server. Thanks for your help Matthieu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Creating A Chat?

2009-04-24 Thread Matthieu
"Nitsan Bin-Nun" a écrit dans le message de news:d47da0100904201431r2fcb8e19ufba47f33e53d0...@mail.gmail.com... Hi Guys, I have created few chats in the past, but I'm trying to create a new one which saves on HTTP requests and do not become an overkill to the server as more users get in. T

[PHP] list methods of class COM ?

2004-06-16 Thread Matthieu Loudes
Hi, Where can i find the methods list of module COM ? Ex : $Odject = new COM("WinNT://domain"); Thanks ! Matt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ChangePasseword active directory adsi

2004-06-15 Thread Matthieu Loudes
Hi, I tray to change user password in active directory. $user = new COM("WinNT://domaine/domaincontrol/USERNAME,user"); $user->ChangePassword("oldpass","newpass"); but it's not work i don't want to use LDAPS !!! help me ? Matt -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] Re: Zend extensions license

2003-07-08 Thread Matthieu Boyer EI3
x27;m not a lawyer and I wanted to check with more experienced people. Thanks a lot for your answer, though. - Matthieu l0t3k wrote: what specifically are you attempting to do ? do you wish to market the extension ? donate it to the PHP community ? if the former, then im fairly certain the licens

[PHP] Zend extensions license

2003-07-08 Thread Matthieu Boyer EI3
Hi ! I'm an intern working as a developer for a company. I'm in charge of writing an extension to the Zend engine, much like the GD library. I was wondering what are the PHP license requirements for the code and binaries. Anyone enlighten me? Thanks. - Matthieu -- PHP General Ma

Re: [PHP] How do I run a command as root?

2002-12-02 Thread Matthieu Le Corre
2002 10:44, Luke van Blerk a écrit : > Hi > > I'm trying to find out how to run a command on the server as root. Does > anybody know how to do this? > > Thanks > Luke - -- __ / Matthieu Le Corre | Service Informatique | | Inspection Acad

Re: [PHP] Re: SQLCODE=-930

2002-11-22 Thread Matthieu Le Corre
with httpd 2.0 is still: > "--with-apxs2[=FILE] EXPERIMENTAL: Build shared Apache 2.0 module." > > Oliver > > On Thu, 2002-11-21 at 12:56, Matthieu Le Corre wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > oki that

Re: [PHP] Re: SQLCODE=-930

2002-11-21 Thread Matthieu Le Corre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 oki that good i managed to compile php 4.2.2 but my informix support is still broken :/ did you manage tu connect tu ifx with 4.2.2 and apache 4.0.23 ? if yes . what's your ifx SDK version ? Le Lundi 18 Novembre 2002 17:00, Mat

[PHP] apache 2.0.43 and php 4.2.2 compilation problem

2002-11-21 Thread Matthieu Le Corre
root/php-4.2.2/sapi' make: *** [all-recursive] Erreur 1 - ------ - -- __ / Matthieu Le Corre | Service Informatique | | Inspection Academique de la Sarthe | 72000 LE MANS | | Tel : 02 43 61 58 91 | Mail : [EMAIL PROTECTED] \_

Re: [PHP] date

2002-11-20 Thread Matthieu Le Corre
t to > appear as 11/30/2002. I want to use a php date format. I do not want it > formatted as it comes out of the db. But date("m/d/y", $myrow[departdate]) > returns 12/31/69. How can I do this? > > THanks, > Eddie - -- __ / Matthieu Le Corre |

Re: [PHP] GD imagettftext problem

2002-11-18 Thread Matthieu Le Corre
74000) > > libssl.so.2 => /lib/libssl.so.2 (0x40648000) > > libbz2.so.1 => /usr/lib/libbz2.so.1 (0x40678000) > > libresolv.so.2 => /lib/libresolv.so.2 (0x40687000) > > libttf.so.2 => /usr/lib/libttf.so.2 (0x4069a000) > > libfreetype.so.6 => /

Re: [PHP] Re: SQLCODE=-930

2002-11-18 Thread Matthieu Le Corre
; libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x406c) > libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40709000) > libnsl.so.1 => /lib/libnsl.so.1 (0x40727000) > libc.so.6 => /lib/i686/libc.so.6 (0x4200) > libltdl.so.3 => /usr/

[PHP] Re: SQLCODE=-930

2002-11-18 Thread Matthieu Le Corre
vous avez écrit : > Hello Matthieu, > > i've got the the same problem with apache-2.0.40 and php-4.2.3. > 4.2.2 works fine. > > i have rebuild the php-4.2.2 rpm package for rh8. > (added a few changes for informix: > LD_LIBRARY_PATH="/opt/informix/lib:/opt/infor

Re: [PHP] problemde connection informix

2002-11-15 Thread Matthieu Le Corre
b ? Le Vendredi 15 Novembre 2002 16:03, Matthieu Le Corre a écrit : > Suite au passage en PHP 4.2.3 ... je n'arrive plus a ne connecter a me > bases informix > quelqu'un a-t-il eu le meme probleme ? > il me renvoir un code informix -930 - -- __

[PHP] problemde connection informix

2002-11-15 Thread Matthieu Le Corre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Suite au passage en PHP 4.2.3 ... je n'arrive plus a ne connecter a me bases informix quelqu'un a-t-il eu le meme probleme ? il me renvoir un code informix -930 - -- __ / Matthieu Le Corre | Service In

[PHP] informix and 4.2.3

2002-11-13 Thread Matthieu Le Corre
f static module :( Is any one got the same pb ? thank in advance Matthieu - -- __ / Matthieu Le Corre | Service Informatique | | Inspection Academique de la Sarthe | 72000 LE MANS | | Tel : 02 43 61 58 91 | Mail : [EMAIL P

[PHP] "stat failed" error

2001-12-17 Thread Matthieu Brunet
EPQfTy.jpeg (errno=2 - No such file or directory) (it is on a is_dir() call ) I don't use the stat function of php... Any idea -- -- Matthieu Brunet - [EMAIL PROTECTED] Réseau-Photo S.A. - http://www.reseau-photo.com 15, rue du Général Campredon - 34000 Montpellier Tél. : 04 67 58 07 0

[PHP] serialize object & session_auto_start

2001-12-05 Thread Matthieu Brunet
m looking for a workaround. Thanks -- -- Matthieu Brunet - [EMAIL PROTECTED] Réseau-Photo S.A. - http://www.reseau-photo.com 15, rue du Général Campredon - 34000 Montpellier Tél. : 04 67 58 07 08 - Fax : 04 67 58 03 04 Icq : 119683958 -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] Segmentation Fault on apache with imageCopy fonction

2001-08-31 Thread Matthieu Brunet
l' '--enable-ftp' '--enable-track-vars' '--with-gd' '--enable-native-tt' '--with-freetype-dir=/usr/local' '--with-jpeg-dir' '--with-png-dir' '--with-zlib-dir' '--with-apache=../apache_1.3.19' '--en

[PHP] exec, backtics and co.

2001-06-20 Thread Paindavoine, Matthieu (MPAINDAV)
suggestions or pointers, I would really appreciate the help. Thank you. Matthieu

php-general@lists.php.net

2001-06-19 Thread Matthieu Paindavoine
Hello, I have a problem with a php script which contains an exec (same problem with backticks and similar operators). Some programs are simply not executed. For example, having a simple 'hello world' program in c++ will work fine, but having a program that writes 'hello world' to a file won't wor

[PHP] PHP 4.0.3 : Sessions & history.back() : a solution ?

2001-04-30 Thread Matthieu Brunet
Well, I suppose it's a well known problem, but I haven't found a solution yet... As you know, when you don't use sessions, you can use the "back" button of your browser, or the javascript commande "history.back()". In the same time, you don't have to put some "nocache" header to have your dynamic

Re: [PHP] session continue

2001-03-06 Thread Matthieu Le Corre
you set for > yourself" -- __ Matthieu LE CORRE SERVICE INFORMATIQUE Ecole Polytechnique de l'Université de Nantes (EPUN) Site de la Chantrer

Re: [PHP] session_start

2001-03-06 Thread Matthieu Le Corre
ing with this? > > Jack > > [EMAIL PROTECTED] > > "There is nothing more rewarding than reaching the goal you set for > > yourself" -- __ Matthieu LE CORRE SERVICE INFORMATIQUE Ecole Polytechnique de l'Université de Nantes

Re: [PHP] session_start

2001-03-06 Thread Matthieu Le Corre
e is nothing more rewarding than reaching the goal you set for > yourself" -- ______ Matthieu LE CORRE SERVICE INFORMATIQUE Ecole Polytechnique de l'Université de Nantes (EPUN)

Re: [PHP] PHP LDAP & SSL

2001-03-06 Thread Matthieu Le Corre
2:51, vous avez écrit : > There's been some discussion on the OpenLDAP lists as well, and there > seems to be a fix around. See > http://www.openldap.org/its/index.cgi/Software%20Bugs?id=889 > > Stig -- __

Re: [PHP] PHP LDAP & SSL

2001-03-06 Thread Matthieu Le Corre
ldap without it ! it mays take a while ... thak for all regards -- __ Matthieu LE CORRE SERVICE INFORMATIQUE Ecole Polytechnique de l'Université de Nantes

Re: [PHP] PHP LDAP & SSL

2001-03-06 Thread Matthieu Le Corre
without SASL i will work ? i 'm really not sure because it's not that it doesn't work it's just crash ;( thank for all regards Le Mardi 6 Mars 2001 11:08, vous avez écrit : > On Tue, Mar 06, 2001 at 10:54:24AM +0100, Matthieu Le Corre wrote: > > Hum the ldapsearch w

Re: [PHP] PHP LDAP & SSL

2001-03-06 Thread Matthieu Le Corre
4.04 pl1 mod_ssl-2.8.0-1.3.17 openssl-devel-0.9.6-1 openssl-0.9.6-1 openldap-devel-2.0.7-11 openldap-2.0.7-2 openldap-clients-2.0.7-12 Le Mardi 6 Mars 2001 09:53, vous avez écrit : > On Tue, Mar 06, 2001 at 09:27:55AM +0100, Matthieu Le Corre wrot

[PHP] PHP LDAP & SSL

2001-03-06 Thread Matthieu Le Corre
I try to have the php ldap functions working with SSL , but when the code is executed the apache child die !!! is there anyone with that working regards -- __ Matthieu LE CORRE SERVICE