Is there a way to create or manipulate a microsoft word .doc file with php and then sending it with the mail() function as attachment??
Or are there other formats which are easier to edit with PHP? The receiver must be able to change the file he receives so PDF is a no no, and TXT is too simple.
Thanksthe only way this is possible is if the server was on windows OS. this way you can use the COM functions. the .doc file has to be on the server to manipulate it.
why is .txt was to simple?
Or are there other formats which are easier to edit with PHP? The receiver must be able to change the file he receives so PDF is a no no, and TXT is too simple.
Thanksthe only way this is possible is if the server was on windows OS. this way you can use the COM functions. the .doc file has to be on the server to manipulate it.
why is .txt was to simple?