How to Attach the word document using PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
anil
Forum Newbie
Posts: 12
Joined: Thu May 24, 2007 10:52 pm

How to Attach the word document using PHP

Post by anil »

hi all,
how can i attach the word document or any other file using PHP. Please send the required answer



thanking you


Anil
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Post by jayshields »

Attach? What do you mean?
wallstreet
Forum Newbie
Posts: 6
Joined: Tue May 29, 2007 8:07 am

Post by wallstreet »

To Add a word file to your website just upload it like regular html file.
To send an e-mail and attach the word file, download http://phpmailer.sourceforge.net/ PHPmailer and read the readme.txt file to learn how to send e-mails with attachments (Including word documents).
Post Reply