Re: [PHP] Curl Question

2006-01-04 Thread Curt Zirzow
On Tue, Jan 03, 2006 at 01:52:44PM -0700, Ray Hauge wrote: Hello everyone, I just wanted to see if anyone knew if there was any difference in performance between using curl in an exec() statement and when using the libCurl functions within PHP. You might notice a difference if you loop

[PHP] Curl Question

2006-01-03 Thread Ray Hauge
Hello everyone, I just wanted to see if anyone knew if there was any difference in performance between using curl in an exec() statement and when using the libCurl functions within PHP. Thanks, Ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] CURL question, cutting off custom request

2004-08-16 Thread Dominic Schanen
Hello, I'm sending a custom request to a server using CURL, which may contain some high-ascii characters. Are there certain characters that would cause CURL not to send the complete custom request? Are there some CURL options that can help make sure the request is sent in its entirity? Here is

[PHP] curl question

2003-07-28 Thread Dale Hersh
I am using authorize.net and I need to get this curl function working on a win 2k server platform in order to process credit card transactions through php. I have read through the manual and I am still failing to integrate php with curl. I was wondering if anyone could provide help or step by step

[PHP] curl question

2002-02-07 Thread wm
hi. i've been experimenting with curl and it has been working great. i was wondering though if anybody knows why an extra 0 value is being tacked on to the end of the post. here is the example: ? $test=i hope this worked; $ch=curl_init(); curl_setopt($ch, CURLOPT_URL,