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:
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
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
>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
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
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
6 matches
Mail list logo