[PHP] OCIBindByName & pass-by-reference

2003-09-17 Thread Laurent Drouet
on line 34 What is the "Good" Solution to solve it ? Regards Laurent Drouet -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Credit Card Validation With Expiration Date

2002-07-30 Thread Laurent Drouet
Hi the ML I'm looking for an algorithm or a free PHP Script which enable me to verify expiration date with a credit card number. Does anybody knows this ? Regards Laurent Drouet -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Web Services

2002-06-26 Thread Laurent Drouet
/soap/IAnyWho'); $result=$soapclient->call ('AnyWho',$parameters,"urn:AnyWhoIntf-IAnyWho","urn:AnyWhoIntf-IAnyWho#AnyWho"); to connect to the webservice http://glkev.net.innerhost.com/glkev_ws/Currencyws.asmx I didn't find anything in the dec

[PHP] Web Services

2002-06-26 Thread Laurent Drouet
Hi the ML I would like to know if there is a way to request data from a web services for example http://glkev.net.innerhost.com/glkev_ws/Currencyws.asmx using php without java ? If yes do you have some examples ? regards Laurent -- PHP General Mailing List (http://www.php.net/) To unsubsc

Re: [PHP] Using Oracle Data base store procedure (function, procedure, package)

2002-06-23 Thread Laurent Drouet
Hi I think you should have a look to http://www.php.net/manual/en/function.ocibindbyname.php. I use this function to call an Oracle Stored Procedure and retrieve the return value. Regards Laurent

[PHP] & vars and ocibindbyname

2002-06-12 Thread Laurent Drouet
Hi everbody, I use Php 4.0.6 with oci and when I try to use OcibindByname php function I receive the following warning : Warning: Call-time pass-by-reference has been deprecated . The problem is that this function requires the use of &vars Any advice on the subject ? Laurent Dr

[PHP] if foreach

2002-05-29 Thread Laurent Drouet
ry["$key"]) { statements to execute if the condition is right for all $conditions } How can i do it ? Laurent Drouet -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: php+oracle

2002-05-29 Thread Laurent Drouet
I don't know for Win2000 but for my NT box I had to put the file php_oci8.dll in the winnt directory like the php.ini. Laurent Drouet &qu

[PHP] unsetting function

2002-05-29 Thread Laurent Drouet
Hi the ML I would like to know if there is a way to unset a function or to replace function contents by an other ? Regards Laurent -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re indent

2002-05-29 Thread Laurent Drouet
Does anybody know a good tool (if possible freeware) to automatically Re-indent PHP code running on windows ? Laurent Drouet -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php