Re: [PHP] PHP5 qne MySQL

2005-05-19 Thread Charles FENDT
Terrence Mullin a écrit : I have been trying to set an area at home to run and test php and MySQL applications. I used the tutorial on http://www.ricocheting.com/server/cgi.html to install Apache, PHP, and MySQL. Everything is working great except for trying to test a simple connection to the

[PHP] PDO and Oracle...

2005-04-21 Thread Charles FENDT
I try to use PDO to access to Oracle database... I use PDO::prepare and bindParam to set var values... but it didn't work !!! PDO_PARAM_INT didn't work with columns of type NUMBER... What can i do ??? Regards, FENDT Charles -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] PDO Oracle

2005-04-21 Thread Charles FENDT
I try PDO with Oracle... I want to use a prepared query with a param... but bindParam freeze Apache, exec(arra(...)) send me an error : OCIBindByPos: ORA-01036: numro/nom de variable interdit (..\pecl\pdo_oci\oci_statement.c:259) Any idee ?? Regards, FENDT Charles -- PHP General Mailing List

Re: [PHP] PDO Oracle

2005-04-21 Thread Charles FENDT
Charles FENDT a crit : I try PDO with Oracle... I want to use a prepared query with a param... but bindParam freeze Apache, exec(arra(...)) send me an error : OCIBindByPos: ORA-01036: numro/nom de variable interdit (..\pecl\pdo_oci\oci_statement.c:259) Any idee ?? Regards, FENDT Charles more

Re: [PHP] reverse MD5 ???

2005-04-21 Thread Charles FENDT
William Stokes a écrit : Hello, I have a system that uses certain id info. This info is stored in a session cookie in MD5 format. At certain parts of the code I need to update or insert to MySQL DB with that id info value in cleartext. Is this possible? If so, how to put this to a sql query?

[PHP] PDO and Oracle

2005-04-06 Thread Charles FENDT
I try to use PDO with Oracle and PHP 5.0.4 on windows... my php.ini includes php_pdo.dll and when I try to create an object, I got an error message could not find driver Any idea ? regards, FENDT Charles -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] PDO and Oracle

2005-04-06 Thread Charles FENDT
I try to use PDO with Oracle and PHP 5.0.4 on windows... my php.ini includes php_pdo.dll and when I try to create an object, I got an error message could not find driver Any idea ? regards, FENDT Charles -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] SoapServer::handlle

2005-02-16 Thread Charles FENDT
Hello, here is an example: ?php $server = new SoapServer(null, array('uri' = http://test-uri/;)); $server-handle(); echo \nAlive\n; ? here is the result ?xml version=1.0 encoding=UTF-8? SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; SOAP-ENV:Body