php-general Digest 26 Sep 2013 14:49:48 -0000 Issue 8378

2013-09-26 Thread php-general-digest-help
php-general Digest 26 Sep 2013 14:49:48 - Issue 8378 Topics (messages 322177 through 322197): PHP and curl 322177 by: Alf Stockton 322178 by: Shawn McKenzie 322181 by: Shawn McKenzie 322197 by: Shawn McKenzie Re: php fopen https error 322179 by:

php-general Digest 27 Sep 2013 04:56:29 -0000 Issue 8379

2013-09-26 Thread php-general-digest-help
php-general Digest 27 Sep 2013 04:56:29 - Issue 8379 Topics (messages 322198 through 322199): Re: Sending PHP mail with Authentication 322198 by: Maciek Sokolewicz How to capture uploaded file data 322199 by: Mariusz Drozdowski Administrivia: To subscribe to the digest,

Re: [PHP] PHP and curl

2013-09-26 Thread Shawn McKenzie
Unfortunately this isn't anything to do with PHP. I don't have any info on the app, what it's supposed to return or what the parameter passed should be. The PHP soap call is working, but the app isn't returning what you want or expect I guess. On Thu, Sep 26, 2013 at 8:36 AM, Alf Stockton

[PHP] Re: Sending PHP mail with Authentication

2013-09-26 Thread Maciek Sokolewicz
On 25-9-2013 22:11, dealTek wrote: Hi All, Semi newbie email question... I have used the - mail() — Send mail php function to send email from a site. now it seems the server is blocking this for safety because I should be using authentication Q: mail() does not have authentication -

[PHP] How to capture uploaded file data

2013-09-26 Thread Mariusz Drozdowski
Hi all php experts, I would like to ask you all a question, I hope this is the right place to ask it. I'm writing a PHP extension now in c/c++. User uploads a file (could be POST or PUT method, but I can limit it to POST only). I need to capture the file data while being uploaded, without