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 MySQ
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?
$sq
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: numïro/nom de variable interdit
(..\pecl\pdo_oci\oci_statement.c:259)
Any idee ??
Regards,
FENDT Charles
more
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: numïro/nom de variable interdit
(..\pecl\pdo_oci\oci_statement.c:259)
Any idee ??
Regards,
FENDT Charles
--
PHP General Mailing List (ht
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:
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: http://www.php.net
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: http://www.php.net
Hello,
here is an example:
"http://test-uri/";));
$server->handle("");
echo "\nAlive\n";
?>
here is the result
http://schemas.xmlsoap.org/soap/envelope/";>
SOAP-ENV:Server
Bad Request
this didn't output "Alive" on stdout...
the script ends with the SoapSer
8 matches
Mail list logo