php-general Digest 5 Oct 2012 03:30:09 -0000 Issue 7993

2012-10-04 Thread php-general-digest-help
php-general Digest 5 Oct 2012 03:30:09 - Issue 7993 Topics (messages 319356 through 319369): Re: cURL issues posting to an end point 319356 by: Alejandro Michelin Salomon 319357 by: Bastien Koert 319358 by: Alejandro Michelin Salomon Programatically create directory

[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

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 amichel...@hotmail.com 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

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:

[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

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 j...@cetaceasound.com

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 the

[PHP] Re: Differences

2012-10-04 Thread Tim Streater
On 04 Oct 2012 at 01:48, David McGlone da...@dmcentral.net 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

[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

[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

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 this,

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

[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

[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

[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

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 jim.gi...@albanyhandball.com 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