maintaining format of documents - new to php

A

Anonymous

Guest
i need to open word docs using php. i can get the content of the file using

$filename = "test.doc";
$bytes = readfile($filename)

the above just delivers one long unformatted string and i need to display the file with the same formatting as the word document.
 
As i remember some asking about this....
I may give to you info but at russian....
 
i did search the forums befire posting a message, i started using php about 2 weeks ago and i am trying my best. any help will be greatly appreciated
 
Back
Top