lovely Posted February 5, 2007 Share Posted February 5, 2007 Hi all, Let say i have saved test.doc file in my desktop, i need to know how to retrieve information to this document. When i use this $fileName = 'test.doc'; header("Content-type: application/vnd.ms-doc"); header("Content-Disposition: attachment; filename=$fileName"); The above script will open as a seperate document, but i want to d/w in the existing file Thank You Link to comment https://forums.phpfreaks.com/topic/37109-help-extract-information-to-ms-word/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.