Re: [PHP] Re: CURL cannot connect to URL - IP address - after successful connection

2010-04-30 Thread ioan...@btinternet.com
On 2010/04/30 17:02, Pete Ford wrote: On 25/04/10 14:17, ioan...@btinternet.com wrote: I can return a target page - once, but then on refresh within a few hours the script curl_error is that it cannot connect to the host and return is empty. The target URL is an ip address, not a named url, so

Re: [PHP] Re: curl can't connect to my home server

2009-01-20 Thread Eric Butera
On Tue, Jan 20, 2009 at 1:35 PM, Rene Veerman wrote: > OOPS :) > > As a second test, i changed the test-url to > > http://82.170.249.144:81/mediaBeez/sn.php > > On Tue, Jan 20, 2009 at 7:33 PM, Rene Veerman wrote: > >> Hi, >> >> I've been stuck on this prob

Re: [PHP] Re: CURL questions

2007-03-29 Thread Chris
Manuel Lemos wrote: Hello, on 03/30/2007 12:38 AM Chris said the following: I get a 500 Internal server error, not sure why as this page being called just inserts a word into a database. Could the cause be something else network related? What else can I troubleshoot? or is my code incorrect? I

Re: [PHP] Re: CURL questions

2007-03-29 Thread Manuel Lemos
Hello, on 03/30/2007 12:38 AM Chris said the following: >>> I get a 500 Internal server error, not sure why as this page being >>> called just inserts a word into a database. Could the cause be something >>> else network related? What else can I troubleshoot? or is my code >>> incorrect? >> >> It

Re: [PHP] Re: CURL questions

2007-03-29 Thread Chris
Manuel Lemos wrote: Hello, on 03/29/2007 01:15 PM Angelo Zanetti said the following: I have a script on a server that does some processing, now I want to execute that script using cURL. This is a basic scenario and I assume its possible but its not working. The script is as follows: $url =

Re: [PHP] Re: Curl Question

2006-01-03 Thread Ray Hauge
Thanks for the info! Manuel Lemos wrote: Hello, on 01/03/2006 06:52 PM Ray Hauge said the following: 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. Executing a separ

RE: [PHP] Re: cURL to re-post form iinformation - SOLVED SORTA

2005-10-25 Thread Jay Blanchard
[snip] > Now, this works OK...save for one little problem that I cannot seem to > figure out. The URL now reads > >http://TEST20051010/NameOfProcessingScript.php instead of > FMSRegister.php. [/snip] I kinda' solved this, but not reallyit was more of a mental adjustment. FMSRegister.ph

Re: [PHP] Re: cUrl and proxies

2005-06-30 Thread Richard Lynch
On Thu, June 30, 2005 9:27 am, Mark Rees said: > UPDATE: I think it is a bug in cURL, according to this link (I am using an > ISA proxy). > https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1188280&group_i > d=976 > > So all I need to do is install the latest version of cURL then. I am >

Re: [PHP] Re: CURL running form PHP exec() problem!

2005-04-07 Thread Richard Lynch
On Thu, April 7, 2005 11:54 am, cragland said: > I've encountered the same problem with exec(curl, system(curl, etc. PHP > exits with sh: \curl: No file or directory. I'm wondering if there is > some php shell option that has to be set. Use full path names for EVERYTHING in exec. If curl, as I

Re: [PHP] Re: curl and sent headers

2003-09-08 Thread John Ryan
yeah, sure. well, for archival purposes, i couldnt do it with PHP. the verbose option didnt work with PHP, CURLOPT_VERBOSE. but it did work on the command line. so i logged in and re-created my curl transfer on the command line with an added -v, for verbose. and it gave me back the headers it sent

Re: [PHP] Re: curl and sent headers

2003-09-08 Thread Chris Shiflett
--- John Ryan <[EMAIL PROTECTED]> wrote: > is there any way of seeing exactly what headers cURL sent in a > transfer, with PHP? --- John Ryan <[EMAIL PROTECTED]> wrote: > i found out myself if anyone wants to know... Yes, please. It is always helpful (and courteous) to mention how you solved your

Re: [PHP] Re: CURL

2003-08-04 Thread Jason Sheets
In most cases you can make Curl submit the login form itself, in which case Curl would become logged in. You can use Curl to get both GET and POST requests, the comments in the PHP manual are pretty decent. Jason John Ryan wrote: i was more asking for the actual curl commands to do so, i suppo

Re: [PHP] Re: cURL with PHP Help?

2002-11-20 Thread Steve Keller
At 11/20/2002 08:46 AM, you wrote: >Have you tried this: >http://curl.haxx.se/libcurl/php/examples/ Yeah. That's where you end up from the Sourcefourge site. There's a sample on there for a multi-part post, but I'm confused as to how it works. >Would help if you posted some code, or errors or s