[PHP] Word and UTF-8 (cyrillic, chinese, ...)

2009-07-30 Thread Sascha Meyer
Hi there, I am currently struggling in forcing Word to show a UTF-8 encoded document. The generated document is a normal web page with generated content from a mysql database. When I remove the header commands, the document with proper russian characters is displayed fine in the browser, but wh

[PHP] Antwort: RE: Antwort: RE: [PHP] Saving and mailing remote file

2004-05-13 Thread Sascha Meyer
Hi Jay, that's exactly what I need to accomplish (as I mentioned: I wanted to download the file to the webserver - which means saving the file locally, cause that's where the script resides - and then send it to the email recipient). I need to find a way to download the file itself, the rest i

[PHP] Antwort: RE: [PHP] Saving and mailing remote file

2004-05-13 Thread Sascha Meyer
Hi again, I need to download a remote file (e.g. some linked pdf document on another server) and send this file to a defined user. I don't know if there is a way to attach a remote file to an email (I don't want to send a link to the above mentioned file, but the file itself...) Sascha -- PH

[PHP] Saving and mailing remote file

2004-05-13 Thread Sascha Meyer
Hi there! I need to email linked files (URLs are retrieved from a database) with PHP but after I downloaded the remote file through my script the downloaded file headers are always damaged ( I tried to download pdf and zip files). Could one of you help me in saving the remote file to the local