Re: [nyphp-talk] SoapClient - Worthless?

2008-02-08 Thread Anirudh Zala
On Saturday 09 Feb 2008 03:13:09 Hans Zaunere wrote: > Hi all, > > I've been trying to use SoapClient against what I'd think would be a > heavily used and fairly standard WSDL: > > https://apitest.authorize.net/soap/v1/service.asmx?wsdl > > Yet, SoapClient is extremely unstable and often causes Apa

[nyphp-talk] SoapClient - Worthless?

2008-02-08 Thread Hans Zaunere
Hi all, I've been trying to use SoapClient against what I'd think would be a heavily used and fairly standard WSDL: https://apitest.authorize.net/soap/v1/service.asmx?wsdl Yet, SoapClient is extremely unstable and often causes Apache to seg-fault. I haven't SoapClient in over a year because of

Re: [nyphp-talk] Saving data from forms

2008-02-08 Thread Daniel Convissor
Hi Anthony: On Thu, Feb 07, 2008 at 07:33:37PM -0500, Anthony Wlodarski wrote: > > Input from form -> check for magic quotes(if not then add quotes) -> md5 > value -> save to database. > > Now what happens if you change the logic to: > Input from form -> md5 value -> save to database. > > Other