Posted by <talthen.z-serwera.o2 on 07/19/05 15:44
Uzytkownik "ZeldorBlat" <zeldorblat@gmail.com> napisal w wiadomosci
news:1121722481.425724.261640@g49g2000cwa.googlegroups.com...
> fopen()
> fread()
> fwrite()
> file_get_contents()
> file_put_contents()
I have written a nice script in notepad, copied it onto my server. Run and I
got:
Warning: fopen(): URL file-access is disabled in the server configuration in
/home/webpage/get_file.php on line 2
The line 2 is:
$fin=fopen($_REQUEST['getfile'],"rb");
I am not the admin of the server, so how could I (in another way) download a
file from URL to server?
Regards,
Talthen
[Back to original message]
|