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

[PHP] PHP CURL JSON POST Firebug

2012-09-04 Thread ioan...@btinternet.com
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 (#somevar.someothervar are irrelevant, I think, as I get the curl variab

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 ca

[PHP] php cURL with SSL problem ??

2008-11-25 Thread LKSunny
Hello, i want get https data with cURL, however just can via set curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); by the moment, i need turn curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true); i got some idea is "ca certificates", however how can i do it ? this is crt file ? can not make from openss

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

[PHP] PHP CURL

2007-11-18 Thread Fahad Pervaiz
I am looking forward to write a script that can send invite to contacts in gmail,hotmail, yahoo and aol. I think it is possible to write it using php CURL. If yes can any one suggest how? and can any one help me write this script or join me to write this script? -- Regards Fahad Pervaiz www.ecomm

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

[PHP] php, curl and aol addressbook import problem

2007-01-05 Thread Iqbal Naved
Hi, 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 implement it. Anyone can help me how to implement this ? As far as

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
t; <[EMAIL PROTECTED]> To: Sent: Thursday, November 17, 2005 4:00 PM Subject: [PHP] php + cURL issue 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

[PHP] php + cURL issue

2005-11-17 Thread Nate Nielsen
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 other it does not. It appears the cookie data that is being saved is diff

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

[PHP] PHP+ Curl (on Unix)

2001-09-02 Thread John Monfort
Hello everyone! I'm a little lost. 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? 2) Can I install curl

[PHP] PHP cURL problem

2001-08-28 Thread SDowell
I am using PHP 4.0.6 and when I run the following code I get nothing back except the error code 27 and a message saying SSL: couldn't create a context I can run the same thing from the command line and it works perfectly does anyone have any ideas on this? Thanks in advance for any help, Steve Do

[PHP] PHP & cURL Tutorial

2001-04-03 Thread Boget, Chris
Is there something along these lines somewhere out there? If so, could someone point me in the right direction? Chris