Re: [PHP] php_network_getaddresses()

2003-01-12 Thread Jason Sheets
Include will evaluate the file as PHP code, that most likely is not what you want it to do. Take a look at file_get_contents(), manual page available at http://www.php.net/manual/en/function.file-get-contents. Jason phpSun, 2003-01-12 at 19:36, Stanislav Skrypnik wrote: Hi all, I have the

Re: [PHP] php_network_getaddresses

2002-05-04 Thread Julian
Try just pinging www.nancies.org from the command line. $ ping nancies.org PING nancies.org (207.8.144.57): 56 data bytes 64 bytes from 207.8.144.57: icmp_seq=0 ttl=64 time=0.047 ms 64 bytes from 207.8.144.57: icmp_seq=1 ttl=64 time=0.043 ms 64 bytes from 207.8.144.57: icmp_seq=2 ttl=64

Re: [PHP] php_network_getaddresses

2002-05-04 Thread Pag
nancies is local, so I'm not suprised that the pings came back ok. We did put up a firewall about a week ago that blocks pings from the outside though. Since everything is local though, I'm not sure why we would have this problem. I have this problem too, i mean, the same warning

Re: [PHP] php_network_getaddresses

2002-05-04 Thread Miguel Cruz
On Sat, 4 May 2002, Julian wrote: Try just pinging www.nancies.org from the command line. $ ping nancies.org PING nancies.org (207.8.144.57): 56 data bytes 64 bytes from 207.8.144.57: icmp_seq=0 ttl=64 time=0.047 ms 64 bytes from 207.8.144.57: icmp_seq=1 ttl=64 time=0.043 ms 64 bytes from

Re: [PHP] php_network_getaddresses

2002-05-04 Thread Julian
$ ping nancies.org PING nancies.org (207.8.144.57): 56 data bytes 64 bytes from 207.8.144.57: icmp_seq=0 ttl=64 time=0.047 ms 64 bytes from 207.8.144.57: icmp_seq=1 ttl=64 time=0.043 ms 64 bytes from 207.8.144.57: icmp_seq=2 ttl=64 time=0.036 ms 64 bytes from 207.8.144.57: icmp_seq=3

Re: [PHP] php_network_getaddresses

2002-05-03 Thread Miguel Cruz
nslookup is not a good exclusive tool for testing local resolver problems, because it may do its own resolution. Try just pinging www.nancies.org from the command line. miguel On Fri, 3 May 2002, Julian wrote: Hey All, I get the following error: Warning: php_network_getaddresses: