hai,
try this
http://www.scottnichol.com/nusoapintro.htm
Search found 3 matches
- Tue May 06, 2008 6:13 am
- Forum: PHP - Code
- Topic: Recommendation for PHP/SOAP book
- Replies: 1
- Views: 198
- Tue May 06, 2008 6:10 am
- Forum: PHP - Code
- Topic: PHP AJAX Text Editing.
- Replies: 3
- Views: 213
- Tue May 06, 2008 5:25 am
- Forum: PHP - Code
- Topic: Read the MSword file form PHP and display in browser
- Replies: 1
- Views: 131
Read the MSword file form PHP and display in browser
Hai, I would like to read the MSword file(.doc) and display on the browser. I used the following lines to read $filename = "c:\\sample.doc"; $handle = fopen($filename, "r"); $contents = fread($handle, filesize($filename)); but it showed me in the some other format. Afterwards i g...