Re: [PHP] PHP CURL JSON POST Firebug

2012-09-09 Thread ioan...@btinternet.com
On 04/09/2012 19:14, ioan...@btinternet.com wrote: On 04/09/2012 18:41, Matijn Woudt wrote: On Tue, Sep 4, 2012 at 7:35 PM, ioan...@btinternet.com wrote: I am hoping someone can spot what is missing here. I am getting null result from curl-ing a page with json post variables. I try this

Re: [PHP] PHP CURL JSON POST Firebug

2012-09-04 Thread ioan...@btinternet.com
On 04/09/2012 18:41, Matijn Woudt wrote: On Tue, Sep 4, 2012 at 7:35 PM, ioan...@btinternet.com wrote: I am hoping someone can spot what is missing here. I am getting null result from curl-ing a page with json post variables. I try this url in my Firefox browser - http://www.targetsite.com

Re: [PHP] PHP CURL JSON POST Firebug

2012-09-04 Thread Matijn Woudt
On Tue, Sep 4, 2012 at 7:35 PM, ioan...@btinternet.com wrote: > I am hoping someone can spot what is missing here. I am getting null result > from curl-ing a page with json post variables. > > I try this url in my Firefox browser - > > http://www.targetsite.com/search.php#somevar.someothervar > >

RE: [PHP] php cURL with SSL problem ??

2008-11-25 Thread Boyd, Todd M.
> -Original Message- > From: LKSunny [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 25, 2008 2:32 PM > To: php-general@lists.php.net > Subject: [PHP] php cURL with SSL problem ?? > > Hello, > > i want get https data with cURL, however just can via set > curl_setopt($ch, CURLOPT_SSL_V

Re: [PHP] PHP CURL

2007-11-20 Thread Shafiq Rehman
Hi Fahad, May be you wil find something helpful at http://curl.haxx.se/mail/archive-2003-03/0137.html -- Keep Smiling Shafiq Rehman (ZCE) http://www.phpgurru.com | http://shafiq.pk Cell: +92 300 423 9385 On Nov 19, 2007 11:45 AM, Fahad Pervaiz <[EMAIL PROTECTED]> wrote: > I am looking forward

Re: [PHP] php, curl and aol addressbook import problem

2007-01-06 Thread Richard Lynch
On Fri, January 5, 2007 10:31 pm, Iqbal Naved wrote: > I am desparately looking for a solution for importing address book > from aol > webmail to my browser. I found some commercial solution (such as, > http://svetlozar.net) which was done using cURL. But couldnt find any > php > classes to impleme

Re: [PHP] php + cURL issue

2005-11-26 Thread Nate Nielsen
view the debug information here : http://70.84.198.254/index.html thanks again, Nate Nielsen [EMAIL PROTECTED] - Original Message - From: "Curt Zirzow" <[EMAIL PROTECTED]> To: Sent: Friday, November 18, 2005 11:04 PM Subject: Re: [PHP] php + cURL issue On Fri, Nov 18,

Re: [PHP] php + cURL issue

2005-11-18 Thread Curt Zirzow
On Fri, Nov 18, 2005 at 06:08:16PM -0600, Nate Nielsen wrote: > Okay, I've added the verbose output to copare exactly what is happening > between the two versions - thanks to Curt, the verbose info shows there IS > something different happening. > > To recap, the code is exactly the same, the ph

Re: [PHP] php + cURL issue

2005-11-18 Thread Nate Nielsen
ome cash. Up to you. Any help is greatly GREATLY appreciated!! Thanks again, Nate Nielsen [EMAIL PROTECTED] - Original Message - From: "Curt Zirzow" <[EMAIL PROTECTED]> To: Sent: Thursday, November 17, 2005 9:28 PM Subject: Re: [PHP] php + cURL issue On Thu, No

Re: [PHP] php + cURL issue

2005-11-17 Thread Curt Zirzow
On Thu, Nov 17, 2005 at 04:00:21PM -0600, Nate Nielsen wrote: > I'm having an issue with cURL. I have installed it on two different boxes, > one is working properly, and another isn't. > > The script auto login's a user to a site. One server it works as expected > and logs the user in, the oth

Re: [PHP] php + cURL issue

2005-11-17 Thread Nate Nielsen
also, as another note - the php version and cURL version is identical on the two machines - the main difference between them being that one is windows 2k server and the other one is windows 2k3 server (std ed) any ideas ? thanks - Original Message - From: "Nate Nielsen" <[EMAIL PROTE

RE: [PHP] PHP+ Curl (on Unix)

2001-09-02 Thread John Monfort
Thanks, Jason! __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+___+- On Mon, 3 Sep 2001, Jason Murray wrote: > > As I understan

RE: [PHP] PHP+ Curl (on Unix)

2001-09-02 Thread Jason Murray
> As I understand it, PHP 4 has CURL support. >1) is enabling the curl extension a substitute for installing the curl > package? > In other words, if I enable the extension, do I still need to instal > the CURL package? You need to install CURL, and tell PHP where it is whe