Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > PHP Development
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 01-31-2007, 08:03 PM   #1 (permalink)
BCNorth
Junior Member
 
Join Date: Dec 2006
Posts: 7
Default Help with PHP and File Attachments

Okay, I am a PHP newbie. I have a basic PHP script that I use as a contact us form. I am currently developing a new site, and want to have an add file option.

Using HTML to add the "browse" form is a piece of cake, but how do I encorporate this into the PHP submission code so that it will attache the file as an email attachement when it sends the email? Here are some snippets of my code: (Hopefully this is enough to be able to help).

Code:
// How Do I put the File into a Variable? $name = $_POST['name'] ; $email = $_POST['email'] ; $messageproper = "Email: $email\n" . "Name: $name\n" . "\n\n\n" ; // After the File is in the Variable, How do I add it as an Attachment in this code? mail($mailtoweb, $subject, $messageproper, "From: \"$name\" <$email>\nReply-To: \"$name\" <$email>\nX-Mailer: chfeedback.php 2.02" ); header( "Location: $thankyouurl" ); exit ;
BCNorth is offline   Reply With Quote
Sponsored Links
Old 01-31-2007, 08:57 PM   #2 (permalink)
BCNorth
Junior Member
 
Join Date: Dec 2006
Posts: 7
Default Re: Help with PHP and File Attachments

In addition, How can I set up a check on the attachment? I only want to accept .txt and .html file attachments - how would I check against this, so I can redirect the user to the "declined" page?

(All I really need here is the if statement)

Huge Thanks
BCNorth is offline   Reply With Quote
Old 02-15-2007, 04:00 PM   #3 (permalink)
Jose Garcia
Junior Member
 
Join Date: Feb 2007
Posts: 7
Default Re: Help with PHP and File Attachments

Hey,

Can you tell name the name of the field for the file? You have Name, Email, and you should have one more field which is the attachment correct?
Jose Garcia is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 10:51 PM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums