[PHP] getaddrinfo failed in fsockopen()

2003-11-11 Thread Manuel Rodríguez Cayetano
Hi, I am having problems while executing this simple php script: \n"; } else { fputs ($fp, "GET / HTTP/1.0\r\nHost: www.example.com\r\n\r\n"); while (!feof($fp)) { echo fgets ($fp,128); } fclose ($fp); } ?> The error message is:

Re: [PHP] getaddrinfo failed: No address associated with hostname

2002-11-28 Thread Tony Earnshaw
tor, 2002-11-28 kl. 05:22 skrev Godzilla: > Warning: php_network_getaddresses: getaddrinfo failed: No address associated > with hostname Your DNS doesn't work any more? Best, Tony -- Tony Earnshaw When all's said and done ... there's nothing left to say or do. e-post: [EMAIL PROTEC

[PHP] getaddrinfo failed: No address associated with hostname

2002-11-27 Thread Godzilla
I have a php script setup which downloads a file from a remote server via FTP. It worked fine for a couple months until I went to use it one day and it returned the error below. I hadn't made any changes to the script in that time. It was no big deal so I wrote it off as it wasn't really an importa

Re: [PHP] getaddrinfo failed

2002-06-23 Thread Pag
>So what's on "/usr/home/pagon/www/index.php on line 497" at a few lines >before it? on line 497 theres the line: $linha=file('downs.txt'); then the rest of the script as below. Before this line theres simple, very simple, html. I dont understand the error

Re: [PHP] getaddrinfo failed

2002-06-22 Thread 1LT John W. Holmes
So what's on "/usr/home/pagon/www/index.php on line 497" at a few lines before it? ---John Holmes... - Original Message - From: "Pag" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 22, 2002 9:50 PM Subject: [PHP] getaddrinfo failed

[PHP] getaddrinfo failed

2002-06-22 Thread Pag
Sorry, i sent this to the list a few days ago, but i dont think it got there. heres my problem: Hi, i have this script that simply reads lines from a txt files and displays them on my site, itlists the first 4 entries of a txt file with the files that exist on a download page