Advertisement

04.07.2008 at 10:34AM PDT, ID: 23302100
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8

How do I add an Attach File-Form to my current code?

Asked by rissmacx in PHP Scripting Language, WebApplications

Tags:

I want to be able to have someone add an image to this form and have it emailed to me along with the rest of the chosen options. I can get everything else to work. What code is needed to pull the information from the attach form to an email to me. thanks

Code:::

In the site:
<form action="contact_.php" method="post" enctype="multipart/form-data">

<input type="file" name="profile_photo" size="40"><input type="submit" name="upload" value="Upload">  

The code in the form action php file:
<?php
$to = "fakeEmail@domain.zzz";
$subject = "Contact Us";
$email = $_REQUEST['email'];
$personInterests =  $_REQUEST["interests"] ;
$personInterests = implode(", ", $personInterests);
$message =  $_REQUEST["real_first_name"]. "\n" ;
$message .=  $_REQUEST["real_last_name"]. "\n" ;
$message .=  $_REQUEST["stage_name"]. "\n" ;
$message .=  $_REQUEST["dob_mon"]."\n" ;
$message .=  $_REQUEST["dob_day"]. "\n";
$message .=  $_REQUEST["dob_year"].  "\n" ;
$message .=  $_REQUEST["ethnicity"]. "\n" ;
$message .=  $_REQUEST["gender"]. "\n" ;
$message .=  $_REQUEST["address"]. "\n" ;
$message .=  $_REQUEST["city"]. "\n" ;
$message .=  $_REQUEST["state"]. "\n" ;
$message .=  $_REQUEST["zipcode"]. "\n" ;
$message .=  $_REQUEST["cellphone"]. "\n" ;
$message .=  $_REQUEST["homephone"]. "\n" ;
$message .=  $_REQUEST["website"]. "\n" ;
$message .=  $_REQUEST["feet"]."\n" ;
$message .=  $_REQUEST["inches"]."\n" ;
$message .=  $_REQUEST["haircolor"]. "\n" ;
$message .=  $_REQUEST["eyecolor"]. "\n" ;
$message .=  $_REQUEST["weight"]. "\n" ;
$message .=  $_REQUEST["bust"]. "\n" ;
$message .=  $_REQUEST["cup"]. "\n" ;
$message .=  $_REQUEST["waist"]. "\n" ;
$message .=  $_REQUEST["hips"]. "\n" ;
$message .=  $_REQUEST["bodymodifications"]. "\n" ;
$message .= $personInterests;
$message .=  $_REQUEST["biography"].
$headers = "From: $email";
$sent = mail($to, $subject, $message, $headers) ;
if($sent)
{print "Your mail was sent successfully"; }
else
{print "We encountered an error sending your mail"; }
?> Start Free Trial
[+][-]04.07.2008 at 10:52AM PDT, ID: 21299057

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.07.2008 at 10:53AM PDT, ID: 21299059

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]04.07.2008 at 10:55AM PDT, ID: 21299083

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.07.2008 at 11:37AM PDT, ID: 21299464

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.07.2008 at 11:56AM PDT, ID: 21299592

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.07.2008 at 11:59AM PDT, ID: 21299609

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.07.2008 at 12:56PM PDT, ID: 21300027

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.07.2008 at 01:29PM PDT, ID: 21300287

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.07.2008 at 01:34PM PDT, ID: 21300337

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.07.2008 at 02:19PM PDT, ID: 21300657

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.07.2008 at 02:54PM PDT, ID: 21300899

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.07.2008 at 04:48PM PDT, ID: 21301485

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.07.2008 at 04:54PM PDT, ID: 21301522

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.07.2008 at 05:17PM PDT, ID: 21301623

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.07.2008 at 06:57PM PDT, ID: 21301995

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.08.2008 at 05:47AM PDT, ID: 21304605

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: PHP Scripting Language, WebApplications
Tags: PHP
Sign Up Now!
Solution Provided By: amilan
Participating Experts: 2
Solution Grade: A
 
 
[+][-]04.08.2008 at 08:30AM PDT, ID: 21306238

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.08.2008 at 08:30AM PDT, ID: 21306240

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.08.2008 at 08:38AM PDT, ID: 21306325

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.08.2008 at 10:13AM PDT, ID: 21307400

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.08.2008 at 10:25AM PDT, ID: 21307527

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.08.2008 at 10:26AM PDT, ID: 21307539

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.08.2008 at 10:33AM PDT, ID: 21307602

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.08.2008 at 10:58AM PDT, ID: 21307825

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.08.2008 at 11:12AM PDT, ID: 21307943

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.08.2008 at 11:40AM PDT, ID: 21308238

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.08.2008 at 06:45PM PDT, ID: 21311252

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628