Current location: Hot Scripts Forums » Programming Languages » PHP » Help please


Help please

Reply
  #1 (permalink)  
Old 06-02-04, 07:48 PM
civrob civrob is offline
Newbie Coder
 
Join Date: Apr 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Help please

How can I attach an image so that it is emailed to me

PHP Code:

<?php

$FirstName
=$_POST['FirstName'];

if (
$FirstName!=null){
$Surname=$_POST['Surname'];
$Email=$_POST['Email'];

$headers .= "From: 24:7 Profiles <admin@nonlinea.co.uk>\r\n";


mail("email_12@hotmail.com, $Email""$FirstName"$headers);  //etc etc
 
die("Your email has been sent to us We will upload your profile whitin 48 hours, A copy of the profile has been sent to your Email");
}
?>

<form action="thispage" method="post">

<input name="image" type="file"> // How can this file be email to the above email??


submit button etc etc etc
</form>

Please help me i have tried searching for help and i cant find any
Reply With Quote
  #2 (permalink)  
Old 06-03-04, 03:54 AM
AllQuickfix AllQuickfix is offline
Newbie Coder
 
Join Date: May 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
use phpmailer

use phpmailer, it has all options built in and very easy to use.

also it is open source.

Saran
__________________
AllQuickFix - Hire a Programmer
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

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

Forum Jump


All times are GMT -5. The time now is 10:37 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.