Hi there again.
Sorry for reposting, did not realize outlook express put "News.Verizon.Net"
on the "From" field.
I've a script to download a file. The script adds the 1st byte 0x0A to the
downloaded file no matter what I do:
if ($file = fopen($path, 'rb
Hi.
I've a script to download a file. The script adds the 1st byte 0x0A to the
downloaded file no matter what I do:
if ($file = fopen($path, 'rb')) {
while(!feof($file) and (connection_status()==0)) {
print(fread($file, 1024*8));
flush();
}
}
Even, when I comment ou
2 matches
Mail list logo