Re: [PHP-DB] VAR_DUMP INTO PHP VARIABLES

2014-06-18 Thread Karl DeSaulniers
Sent from losPhone > On Jun 19, 2014, at 12:40 AM, Oriole Computing > wrote: > > dear List, > > we have the following var_dump output from a soap response > > array(1) { > ["return"]=> > array(3) { >["responseCode"]=> >string(1) "3" >["responseMessage"]=> >string(39) "Dupl

[PHP-DB] VAR_DUMP INTO PHP VARIABLES

2014-06-18 Thread Oriole Computing
dear List, we have the following var_dump output from a soap response array(1) { ["return"]=> array(3) { ["responseCode"]=> string(1) "3" ["responseMessage"]=> string(39) "Duplicate RequestID, Transaction failed" ["transactionID"]=> string(21) "104454061823201453721"

Re: [PHP-DB] Newbie Question $2

2014-06-18 Thread Michael Stowe
Can we kill this thread? Or can you guys continue the conversation between yourselves. We now have 8 emails pertaining to the technical question, and 8 emails ranting about him asking it. I understand that some people do not believe this is the appropriate forum for that question - but personal

Re: [PHP-DB] Newbie Question $2

2014-06-18 Thread Jim Giner
On 6/18/2014 2:16 PM, Aziz Saleh wrote: On Wed, Jun 18, 2014 at 2:13 PM, Karl DeSaulniers wrote: Sent from losPhone On Jun 18, 2014, at 7:56 AM, Jim Giner wrote: On 6/18/2014 12:31 AM, Ethan Rosenberg, PhD wrote: On 06/17/2014 12:02 PM, onatawah...@yahoo.ca wrote: Hi Ethan, Here are

Re: [PHP-DB] Newbie Question $2

2014-06-18 Thread Aziz Saleh
On Wed, Jun 18, 2014 at 2:13 PM, Karl DeSaulniers wrote: > > > Sent from losPhone > > > On Jun 18, 2014, at 7:56 AM, Jim Giner > wrote: > > > >> On 6/18/2014 12:31 AM, Ethan Rosenberg, PhD wrote: > >>> On 06/17/2014 12:02 PM, onatawah...@yahoo.ca wrote: > >>> Hi Ethan, > >>> > >>> Here are some

Re: [PHP-DB] Newbie Question $2

2014-06-18 Thread Karl DeSaulniers
Sent from losPhone > On Jun 18, 2014, at 7:56 AM, Jim Giner wrote: > >> On 6/18/2014 12:31 AM, Ethan Rosenberg, PhD wrote: >>> On 06/17/2014 12:02 PM, onatawah...@yahoo.ca wrote: >>> Hi Ethan, >>> >>> Here are some things to clean up your code: >>> >>> Your line: >>> >>> $phn = $_POST[phone

Re: [PHP-DB] Newbie Question $2

2014-06-18 Thread Jim Giner
On 6/18/2014 12:31 AM, Ethan Rosenberg, PhD wrote: On 06/17/2014 12:02 PM, onatawah...@yahoo.ca wrote: Hi Ethan, Here are some things to clean up your code: Your line: $phn = $_POST[phone]; should use quotations as follows: $phn = $_POST['phone']; Your line: $sql1 ='select Lname, Fname fr