[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.phphttp://82.170.249.144/mediaBeez/sn.php On Tue, Jan 20, 2009 at 7:33 PM, Rene Veerman rene7...@gmail.com wrote: Hi, I've been stuck on this problem i'm having after i re-installed my linux (debian)

[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 ?php session_write_close(); $ch = curl_init(); #set URL and other appropriate options curl_setopt($ch, CURLOPT_URL, http://82.170.249.144/mediaBeez/sn.php;); //curl_setopt($ch, CURLOPT_URL, http://www.google.de/;); //curl_setopt($ch, CURLOPT_HEADER, );

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 rene7...@gmail.com wrote: OOPS :) As a second test, i changed the test-url to http://82.170.249.144:81/mediaBeez/sn.phphttp://82.170.249.144/mediaBeez/sn.php On Tue, Jan 20, 2009 at 7:33 PM, Rene Veerman rene7...@gmail.com wrote: Hi, I've