Re: [PHP] cURL uses

2006-11-16 Thread clive
Dave Goodchild wrote: You would use cURL to achieve the things cURL is built to achieve? Wow that answer is not even worth the calories your burned type it. "Theres not such thing as stupid questions, only stupid answers" In your case this phrase holds some truth. -- PHP General Mailing List

Re: [PHP] cURL uses

2006-11-15 Thread cajbecu
well, there are more reasons you should use cURL .. - control and flexibility of the output, - post variables, - can interact with secure servers (ssl - supports certificates) - can use with proxys (http/socks) - set timeouts - easily modify headers :) - use different ip`s of the server when it`s

Re: [PHP] cURL uses

2006-11-15 Thread Eric Butera
On 11/15/06, Philip Thompson <[EMAIL PROTECTED]> wrote: Hi. I've been doing some reading trying to figure out why I would want to use cURL. I have not found a solid reason yet. Does anyone have a useful example on why you would want to use cURL? Thanks, ~Philip -- PHP General Mailing List (htt

Re: [PHP] cURL uses

2006-11-15 Thread Jon Anderson
Philip Thompson wrote: I've been doing some reading trying to figure out why I would want to use cURL. I have not found a solid reason yet. Does anyone have a useful example on why you would want to use cURL? It allows significant configurability and flexibility over PHP's more direct function

Re: [PHP] cURL uses

2006-11-15 Thread Dave Goodchild
You would use cURL to achieve the things cURL is built to achieve?

[PHP] cURL uses

2006-11-15 Thread Philip Thompson
Hi. I've been doing some reading trying to figure out why I would want to use cURL. I have not found a solid reason yet. Does anyone have a useful example on why you would want to use cURL? Thanks, ~Philip -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.