On Wed, Aug 26, 2009 at 03:38:27PM +0200, Grega Leskov??ek wrote: > I tried to download the file from another server the fancy way in PHP, but > it just display blank screen. Can You please look at my code: > > $filepath = "http://aaaaaa.yolasite.com/resources/happytears.doc"; Try using a local filepath instead of a URL. Example: $filepath = "/path/to/file/"; Regards, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php