Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9157207
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:57:27+00:00 2026-06-17T12:57:27+00:00

I would like to make it so that I can attach the image specified

  • 0

I would like to make it so that I can attach the image specified in filefield “image” to the email that my form sends. What can I add here to do that? I appreciate the help. It should send me a message with the specified info and the image attachment if all goes well.

<?php 
if ($_POST["email"]<>'') { 
$ToEmail = 'skidberna@yahoo.com'; 
$EmailSubject = 'Contact form from Legendmaker Customer: ' .$_POST["email"]; 
$mailheader = "From Legendmaker Customer: ".$_POST["name"]."\r\n"; 
$mailheader .= "Reply-To: ".$_POST["name"]."\r\n"; 
$mailheader .= "Content-type: text/html; charset=iso-8859-1\r\n"; 
$MESSAGE_BODY = "Name: ".$_POST["name"]."     "; 
$MESSAGE_BODY .= "Email: ".$_POST["email"]."     "; 
$MESSAGE_BODY .= "Recipient's Gender: ".nl2br($_POST["gender"])."     ";
$MESSAGE_BODY .= "Recipient's Name: ".$_POST["recipientname"]."     ";
$MESSAGE_BODY .= "Recipient's Hobbies/Interests: ".nl2br($_POST["hobbies"])."   ";
$MESSAGE_BODY .= "Recipient's Age: ".$_POST["age"]."     ";
$MESSAGE_BODY .= "Other Information: ".nl2br($_POST["otherinfo"])."     "; 
mail($ToEmail, $EmailSubject, $MESSAGE_BODY, $mailheader) or die ("Failure"); 
?>
<title>The Legend Maker - submit a story (test server)</title>
<link href="/CSS/CSS.css" rel="stylesheet" type="text/css"> 
<div align="center">
<p><span class="linkText"><a href="/index.html">Home</a> 
<a href="/contact-us.php">Contact Us</a> 
<a href="/payments.html">Payments</a>    </span> </p>
<p>&nbsp;</p>
<h2 class="headingText">&nbsp;</h2>
<h2 class="headingText">&nbsp;</h2>
<h2 class="headingText">&nbsp;</h2>
<h2 class="headingText">(for testing purposes)</h2>
<h2 class="headingText">Submit a story test server</h2>
</div>
<p>Your story request was submitted
<?php 
 } 
 else 
 { 


?> 
</p>
<title>The Legend Maker - submit a story (test server)</title>
<link href="/CSS/CSS.css" rel="stylesheet" type="text/css">

<div align="center">
<p><span class="linkText">
<a href="/index.html">Home</a> 
<a href="/contact-us.php">Contact Us</a> 
<a href="/payments.html">Payments</a></span> </p>
<p>&nbsp;</p>
<h2 class="headingText">&nbsp;</h2>
<h2 class="headingText">&nbsp;</h2>
<h2 class="headingText">&nbsp;</h2>
<h2 class="headingText">(for testing purposes)</h2>
<h2 class="headingText">Submit a story test server</h2>
</div>
<form action="submit-story-with-attach.php" method="post" enctype="multipart/form-data">
<table width="476" height="468" border="0" cellpadding="0" cellspacing="2">
<tr>
<td width="23%" height="25" class="bodytext"><p align="center">Your Name:</p></td>
<td width="77%"><input name="name" type="text" id="name" size="32"></td>
</tr>
<tr>
<td height="25" class="bodytext"><p align="center">Email Address:</p></td>
<td><input name="email" type="text" id="email" value="you@example.com" size="32"></td>
</tr>
<tr>
<td height="44" class="bodytext"><p align="center">Recipient's Gender:</p></td>
<td><label>
<select name="gender" id="gender">
<option value="male" selected="selected">Male</option>
<option value="female">Female</option>
<option value="other">Other</option>
                          </select>
</label></td>
</tr>
<tr>
<td height="44" class="bodytext"><p align="center">Recipient's Name:</p>  </td>
<td align="left" valign="top"><input name="recipientname" type="text"  id="recipientname" value="ex: Jonny" size="32" /></td>
</tr>
<tr>
<td height="44" class="bodytext"><p align="center">Recipient's Interests or Hobbies: </p></td>
<td align="left" valign="top"><textarea name="hobbies" cols="50" rows="6"   id="hobbies">ex: horseback riding, biking...</textarea></td>
</tr>
<tr>
<td class="bodytext"><p align="center">Recipient's Age:</p></td>
<td align="left" valign="top"><input name="age" type="text" id="age" size="5" maxlength="3" /></td>
</tr>
<tr>
<td class="bodytext"><p align="center">Other Important Information:</p></td>
<td align="left" valign="top"><textarea name="otherinfo" cols="50" rows="6"  id="otherinfo">ex: other things the recipient may enjoy or their favorite superhero
Please specify information you are giving us also: don't do this: superman
submit it like this: favorite superhero: superman</textarea></td>
</tr>
<tr>
<td class="bodytext"><p align="center">Images You Would Like To Include In Story:</p>     </td>
<td align="left" valign="top"><label>
<br />
<input type="file" name="image" id="image" />
</label></td>
</tr>
<tr>
<td class="bodytext"><p align="center">&nbsp;</p></td>
<td align="left" valign="top"><input type="submit" name="Submit" value="Send" /></td>
</tr>
</table>
</form> 
<?php 
}; 
?>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T12:57:28+00:00Added an answer on June 17, 2026 at 12:57 pm

    Is there any reason why you can’t use PHPMailer? I’d highly recommend it for attachments alone.

    You can then do something like this:

    $mail             = new PHPMailer();
    
    $body             = file_get_contents('contents.html');
    $body             = preg_replace('/[\]/i','',$body);
    
    $mail->SetFrom('name@yourdomain.com', 'First Last');
    
    $mail->AddReplyTo("name@yourdomain.com","First Last");
    
    $address = "whoto@otherdomain.com";
    $mail->AddAddress($address, "John Doe");
    
    $mail->Subject    = "PHPMailer Test Subject via mail(), basic";
    
    $mail->AltBody    = "To view the message, please use an HTML compatible email viewer!"; // optional, comment out and test
    
    $mail->MsgHTML($body);
    
    $mail->AddAttachment("images/phpmailer.gif");      // attachment
    $mail->AddAttachment("images/phpmailer_mini.gif"); // attachment
    
    if(!$mail->Send()) {
      echo "Mailer Error: " . $mail->ErrorInfo;
    } else {
      echo "Message sent!";
    }
    

    Source

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to make sure that an applescript can be converted to bash.
I would like to make a php script that can capture a page from
I would like to make a manual of the android APIs that can be
How can I make a NSAttributedString that would basically be a horizontal separator, like
I would like to make a image randomizer/slider that randomly displays an image from
I would like to make a function that takes in a list of integers
I would like to make a JComboBox that has check boxes for items instead
I would like to make a file that only my program has permissions to
Would like to make anapplication in Java that will not automatically parse parameters used
I would like to make an ajax request that still retains access to the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.