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 loo
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: http://www.php.net/un
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
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
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:
http://www.mydomain.com/testing.php";);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT
5 matches
Mail list logo