Re: [PHP] PHP 5.4 Help

2013-03-06 Thread tamouse mailing lists
On Wed, Mar 6, 2013 at 10:41 AM, Great Recordings, LLC wrote: > > > I need help from someone knowledgeable about PHP and I hope I am seeking it > in the right place. I beg your forgiveness if this is not the right place. > > I purchased a software (1-2-3 Music) a few years ago and have used part

Re: [PHP] Strange Error calling method of wsdl based SOAP client

2013-03-06 Thread tamouse mailing lists
On Wed, Mar 6, 2013 at 1:36 PM, Tobiah wrote: > I'm talking to the Membersuite SOAP api. They have a Get() method > and a Save() method for objects. I call Get(), and get an object > back representing an individual. I pass it back to Save() and I > get this: > > Fatal error: Uncaught SoapFault

Re: [PHP] PHP Web Developer Opportunity

2013-03-06 Thread tamouse mailing lists
On Tue, Mar 5, 2013 at 6:42 PM, Matijn Woudt wrote: > On Wed, Mar 6, 2013 at 1:34 AM, Tedd Sperling wrote: > >> >> On Mar 5, 2013, at 7:18 PM, Matijn Woudt wrote: >> On Wed, Mar 6, 2013 at 1:16 AM, Tedd Sperling wrote: >> > On Mar 4, 2013, at 3:10 PM, Allison Garcia >> wrote: >> > -snip- >> >

Re: [PHP] PHP 5.4 Help

2013-03-06 Thread Tom Rogers
Hello LLC, Thursday, March 7, 2013, 2:41:43 AM, you wrote: > I need help from someone knowledgeable about PHP and I hope I am > seeking it in the right place.  I beg your forgiveness if this is not the > right place. >   > I purchased a software (1-2-3 Music) a few years ago and have used > pa

[PHP] Strange Error calling method of wsdl based SOAP client

2013-03-06 Thread Tobiah
I'm talking to the Membersuite SOAP api. They have a Get() method and a Save() method for objects. I call Get(), and get an object back representing an individual. I pass it back to Save() and I get this: Fatal error: Uncaught SoapFault exception: [a:DeserializationFailed] The formatter threw

Re: [PHP] Open form in new window

2013-03-06 Thread Ray
> > > > No - you meant to say "per the form's TARGET attribute" > > No, I meant to say exactly what I said, namely ACTION. > > The Target attribute deals with frames -- I have not done frames since 1995. > > For a more in-depth Target explanation, please review: > > http://www.htmlcodetutori

[PHP] Re: PHP 5.4 Help

2013-03-06 Thread Alessandro Pellizzari
Il Wed, 06 Mar 2013 08:41:43 -0800, Great Recordings, LLC ha scritto: > Will someone tell me if the small module included on the bottom of this > note will function properly under PHP 5.4? (Register_Globals turned > off).  If it does not function properly with Register_Globals turned > off, is the

[PHP] PHP 5.4 Help

2013-03-06 Thread Great Recordings, LLC
I need help from someone knowledgeable about PHP and I hope I am seeking it in the right place.  I beg your forgiveness if this is not the right place.   I purchased a software (1-2-3 Music) a few years ago and have used parts of it on my website so people can buy and download MP3 songs. I have

Re: [PHP] Open form in new window

2013-03-06 Thread Tedd Sperling
On Mar 5, 2013, at 10:12 PM, Jim Giner wrote > On 3/5/2013 7:32 PM, Tedd Sperling wrote: >> On Mar 4, 2013, at 12:54 PM, John Taylor-Johnston >> wrote: >> >>> If you want to open a new page in response to a submit button press (using >>> PHP) you may be out of luck. I don't know of a way to do