Re: [PHP] fopen, fsockopen on my virtual host

2005-02-01 Thread Al
Richard Lynch wrote: Al wrote: Richard Lynch wrote: Al wrote: I've got a script that fetches a stream from a file on our virtual host. Its been working fine; but, yesterday they changed something and it no longer works. Can you define "no longer works" a bit more clearly... Error messages? Just ti

Re: [PHP] fopen, fsockopen on my virtual host

2005-01-31 Thread Richard Lynch
Al wrote: > Richard Lynch wrote: >> Al wrote: >> >>>I've got a script that fetches a stream from a file on our virtual host. >>>Its >>>been working fine; but, yesterday they changed something and it no >>> longer >>>works. >> >> Can you define "no longer works" a bit more clearly... >> >> Error mes

Re: [PHP] fopen, fsockopen on my virtual host

2005-01-31 Thread Jochem Maas
Al wrote: Richard Lynch wrote: ... $str= file_get_contents(localhost?page=processqueue&login=Pmin&password=x) $str = file_get_contents('http://localhost/?page=processqueue&login=Pmin&password=x'); > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.n

Re: [PHP] fopen, fsockopen on my virtual host

2005-01-31 Thread Al
Richard Lynch wrote: Al wrote: I've got a script that fetches a stream from a file on our virtual host. Its been working fine; but, yesterday they changed something and it no longer works. Can you define "no longer works" a bit more clearly... Error messages? Just times out? What? $fp= fsockopen(

Re: [PHP] fopen, fsockopen on my virtual host

2005-01-31 Thread Al
Richard Lynch wrote: Al wrote: I've got a script that fetches a stream from a file on our virtual host. Its been working fine; but, yesterday they changed something and it no longer works. Can you define "no longer works" a bit more clearly... Error messages? Just times out? What? $fp= fsockopen(

Re: [PHP] fopen, fsockopen on my virtual host

2005-01-31 Thread Richard Lynch
Al wrote: > I've got a script that fetches a stream from a file on our virtual host. > Its > been working fine; but, yesterday they changed something and it no longer > works. Can you define "no longer works" a bit more clearly... Error messages? Just times out? What? > $fp= fsockopen("www.our

[PHP] fopen, fsockopen on my virtual host

2005-01-31 Thread Al
I've got a script that fetches a stream from a file on our virtual host. Its been working fine; but, yesterday they changed something and it no longer works. $fp= fsockopen("www.oursite.org", 80, $errno, $errstr, 30); I can use any remote site and fscockopen works fine. Anyone have a suggestion a