Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Adding auto respond to CGI mailer
Old 09-06-2005, 02:55 PM Adding auto respond to CGI mailer
Junior Talker

Posts: 2
Trades: 0
Hello, I am trying to add an auto respond message to this script, the actual form is on a flash site and when I click send it goes through this to send it. However, what I want to do is when the person puts there details in (email) and send it, they get a message sent to them. I don't have a clue how to do this, the web site company did this for me. Can anyone help?

Attached (as a txt file) is the script.


Thanks in advance.

Neil
Attached Files
File Type: txt mailform.txt (348 Bytes, 5 views)
neil_reid is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-07-2005, 02:04 PM
Junior Talker

Posts: 2
Trades: 0
Quote:
Originally Posted by neil_reid
Hello, I am trying to add an auto respond message to this script, the actual form is on a flash site and when I click send it goes through this to send it. However, what I want to do is when the person puts there details in (email) and send it, they get a message sent to them. I don't have a clue how to do this, the web site company did this for me. Can anyone help?

Attached (as a txt file) is the script.


Thanks in advance.

Neil
HTML>
<HEAD>
<TITLE>Contact form</TITLE>
<BODY>
<?php


$TextVariable = '&result=';
$response = 'Completed.';


echo $TextVariable;
echo $response;

mail ("secret6666@hotmail.com", "Enquirey", "

Message

Name:
$name

Email-adres:
$email

Phonenum:
$phone

Message:
$message

");


?>


</body>
</html>
neil_reid is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Adding auto respond to CGI mailer
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09760 seconds with 13 queries