[PHP] cURL issues posting to an end point

2012-10-04 Thread Bastien Koert
Hi All, I have a page that receives third party data into my app, xml data via https post. This works fine and I receive the data as expected. The issue I am facing is around posting XML data back as a synchronous response to the post I receive. I am using the following code: function sendXMLConf

RES: [PHP] cURL issues posting to an end point

2012-10-04 Thread Alejandro Michelin Salomon
Bastien: -Mensagem original- De: Bastien Koert [mailto:phps...@gmail.com] Enviada em: quinta-feira, 4 de outubro de 2012 11:54 Para: PHP-General Assunto: [PHP] cURL issues posting to an end point Hi All, I have a page that receives third party data into my app, xml data via https post.

Re: [PHP] cURL issues posting to an end point

2012-10-04 Thread Bastien Koert
On Thu, Oct 4, 2012 at 1:35 PM, Alejandro Michelin Salomon wrote: > Bastien: > > -Mensagem original- > De: Bastien Koert [mailto:phps...@gmail.com] > Enviada em: quinta-feira, 4 de outubro de 2012 11:54 > Para: PHP-General > Assunto: [PHP] cURL issues posting to an end point > > Hi All, >

RES: [PHP] cURL issues posting to an end point

2012-10-04 Thread Alejandro Michelin Salomon
Bastien: curl_setopt($ch, CURLOPT_HTTPHEADER, array( 'User-Agent: My Program', 'Accept-Encoding: gzip, deflate', 'POST ' . $sPost . ' HTTP/1.1', 'Host: ' . $sHost, 'Content-type: application/soa

[PHP] Programatically create directory

2012-10-04 Thread Jen Rasmussen
Hi all, I am hoping someone can point me in the right direction here. This may be more of an Apache than PHP issue, but in the hopes someone here might have had some experience with this .. I am developing functionality which will allow our users to upload photos so that we can share commen

FW: [PHP] Programatically create directory

2012-10-04 Thread Jen Rasmussen
-Original Message- From: paras...@gmail.com [mailto:paras...@gmail.com] On Behalf Of Daniel Brown Sent: Thursday, October 04, 2012 2:56 PM To: j...@cetaceasound.com Subject: Re: [PHP] Programatically create directory On Thu, Oct 4, 2012 at 3:05 PM, Jen Rasmussen wrote: [snip!] > > The iss

Re: [PHP] Differences

2012-10-04 Thread Marco Behnke
Am 04.10.12 02:48, schrieb David McGlone: > Hi everyone, I have been playing around with some code the list helped me > with > a while back and I'm not grasping the concept between return and echo and the > PHP manual doesn't answer this, unless I'm missing something. There is an > example at t

[PHP] Re: Differences

2012-10-04 Thread Tim Streater
On 04 Oct 2012 at 01:48, David McGlone wrote: > Hi everyone, I have been playing around with some code the list helped me with > a while back and I'm not grasping the concept between return and echo and the > PHP manual doesn't answer this, unless I'm missing something. There is an > example at t

[PHP] Re: Differences

2012-10-04 Thread Jim Giner
On 10/3/2012 8:48 PM, David McGlone wrote: Hi everyone, I have been playing around with some code the list helped me with a while back and I'm not grasping the concept between return and echo and the PHP manual doesn't answer this, unless I'm missing something. There is an example at the very bot

[PHP] [PHP-DEV] PHP 5.3.18RC1 and 5.4.8RC1 Released for Testing!

2012-10-04 Thread Johannes Schlüter
Hi! We've released PHP 5.3.18RC1 and 5.4.8RC1 which can be found here: 5.3.18RC1: http://downloads.php.net/johannes/php-5.3.18RC1.tar.bz2 http://downloads.php.net/johannes/php-5.3.18RC1.tar.gz 5.4.8RC1: http://downloads.php.net/stas/php-5.4.8RC1.tar.bz2 http://downloads.php.net

Re: [PHP] Re: Differences

2012-10-04 Thread David McGlone
On Thursday, October 04, 2012 06:06:50 PM Jim Giner wrote: > On 10/3/2012 8:48 PM, David McGlone wrote: > > Hi everyone, I have been playing around with some code the list helped me > > with a while back and I'm not grasping the concept between return and > > echo and the PHP manual doesn't answer

Re: [PHP] Re: Differences

2012-10-04 Thread Jim Giner
On 10/4/2012 7:08 PM, David McGlone wrote: On Thursday, October 04, 2012 06:06:50 PM Jim Giner wrote: On 10/3/2012 8:48 PM, David McGlone wrote: Hi everyone, I have been playing around with some code the list helped me with a while back and I'm not grasping the concept between return and echo a

[PHP] building upon the code RE: Differences

2012-10-04 Thread David McGlone
I hope I'm not being a pest. I've played with the return and echo so much today I've finally realized I'm going in circles. But I can say I understand it more than ever. Now whats on my mind is breaking out of this circle and doing more with this code. What I am trying to do now is instead of h

[PHP] Re: building upon the code RE: Differences

2012-10-04 Thread Jim Giner
On 10/4/2012 10:15 PM, David McGlone wrote: I hope I'm not being a pest. I've played with the return and echo so much today I've finally realized I'm going in circles. But I can say I understand it more than ever. Now whats on my mind is breaking out of this circle and doing more with this code

[PHP] Re: building upon the code RE: Differences

2012-10-04 Thread Jim Giner
On 10/4/2012 10:15 PM, David McGlone wrote: I hope I'm not being a pest. I've played with the return and echo so much today I've finally realized I'm going in circles. But I can say I understand it more than ever. Now whats on my mind is breaking out of this circle and doing more with this code

Re: [PHP] Re: building upon the code RE: Differences

2012-10-04 Thread Bastien Koert
On Thu, Oct 4, 2012 at 10:41 PM, Jim Giner wrote: > On 10/4/2012 10:15 PM, David McGlone wrote: >> >> I hope I'm not being a pest. >> >> I've played with the return and echo so much today I've finally realized >> I'm >> going in circles. But I can say I understand it more than ever. >> >> Now what