Where can i get a form emailer at???? thanks in advanced
Form Emailer
Page 1 of 16 Replies - 1750 Views - Last Post: 29 September 2001 - 11:18 AM
Replies To: Form Emailer
#2
Re: Form Emailer
Posted 27 September 2001 - 09:39 AM
use a simple one in php:
<?
mail ("your@mail.com","The Subject","Here the message to mail, or variables like $name, $email etc ");
?>
$name is the input from:
<input type="text" name="name">
$email is the input from:
<input type="text" name="email">
<?
mail ("your@mail.com","The Subject","Here the message to mail, or variables like $name, $email etc ");
?>
$name is the input from:
<input type="text" name="name">
$email is the input from:
<input type="text" name="email">
Not so difficult :)
#3
Re: Form Emailer
Posted 27 September 2001 - 03:50 PM
the above won't work to well..anyway..i posted one a while back, do a search :)
#4
Re: Form Emailer
Posted 28 September 2001 - 01:01 PM
im fine, i know perl, php now so i can write my own scripts, thanks anyways
#5
Re: Form Emailer
Posted 28 September 2001 - 03:28 PM
if you can write your own why ask in the first place?
#6
Re: Form Emailer
Posted 28 September 2001 - 04:54 PM
it was posted a long time agoo :)
#7
Re: Form Emailer
Posted 29 September 2001 - 11:18 AM
I asked months ago... Like sw00zh said
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|