Re: [PHP] Full path to download !!!

2003-06-04 Thread Marek Kilimajer
You want to get some file from another server by using http fopen wraper? Then please note, that some functions, e.g. file_exists(), filesize() don't work across http. fr r wrote: i have this code working perfect to allow users to download songs from my web site, but the download.php must be in

[PHP] Full path to download !!!

2003-06-04 Thread fr r
i have this code working perfect to allow users to download songs from my web site, but the download.php must be in same folder with any song to be downloaded. but i have songs on another server, so i can't make the file name full path like this: http://myserver.com/son1.mp3 any help plz !!

[PHP] Full path to download !!!

2003-06-03 Thread fr r
i have this code working perfect to allow users to download songs from my web site, but the download.php must be in same folder with any song to be downloaded. but i have songs on another server, so i can't make the file name full path like this: http://myserver.com/son1.mp3 any help plz !

[PHP] Full path to download !!!

2003-06-03 Thread fr r
i have this code working perfect to allow users to download songs from my web site, but the download.php must be in same folder with any song to be downloaded. but i have songs on another server, so i can't make the file name full path like this: http://myserver.com/son1.mp3 any help plz !