Edward Peloke wrote:
Thanks Marco,
So I would just create the .rtf file with php, then store it on the server
and attach it to the e-mail?
If most of your document is going to be the same each time, I would
create the basic document in MS Word, saving it as an rtf file. Then
manually edit it
thanks, I will give it a shot!
Thanks,
Eddie
-Original Message-
From: Marco Tabini [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 30, 2002 10:26 AM
To: Edward Peloke
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] creating a .doc file in php
Yep. There should be a few SMTP/Email composing
002 9:17 AM
To: Edward Peloke
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] creating a .doc file in php
My guess is that your best bet is creating either an HTML or RTF
documents, both of which are readable by MS Word. RTF is well documented
and it should be fairly easy to work with--you can save a tem
: Re: [PHP] creating a .doc file in php
My guess is that your best bet is creating either an HTML or RTF
documents, both of which are readable by MS Word. RTF is well documented
and it should be fairly easy to work with--you can save a template with
placeholders and simply replace them, since it
My guess is that your best bet is creating either an HTML or RTF
documents, both of which are readable by MS Word. RTF is well documented
and it should be fairly easy to work with--you can save a template with
placeholders and simply replace them, since it's entirely text-based.
Cheers,
Marco
--
I am creating a 'vacation' scheduling webpage for my company. Currently,
when we want a day off, we fill out a document in word and send it to our
supervisor. The page I am working on will have a calendar that displays who
is off when. I would like for the employees to click on a date, enter the
6 matches
Mail list logo