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

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

2009-01-20 Thread Rene Veerman
And FYI; the test-script i'm using is http://82.170.249.144/mediaBeez/sn.php";); //curl_setopt($ch, CURLOPT_URL, "http://www.google.de/";); //curl_setopt($ch, CURLOPT_HEADER, ); curl_setopt($ch, CURLOPT_PORT, 81); #grab URL and pass it to the browser curl_exec($ch); $error = curl_error($ch); #clo

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

2009-01-20 Thread Rene Veerman
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 problem i'm having after i re-installed my linux > (debian) machine last