Page 1 of 1
web e-mail
Posted: Mon Dec 01, 2003 10:59 pm
by Vietboy
I was looking for a basic web e-mail just using PHP only.
It has Name, E-mail, message in html field box. Let people to put in their name, e-mail, and message. Then it will e-mail to me.
Posted: Mon Dec 01, 2003 11:01 pm
by dull1554
go to the jobs section, or try hotscripts
Posted: Mon Dec 01, 2003 11:18 pm
by dull1554
try the mail(); command, you can figure it out on your own just look at the php docs
Posted: Tue Dec 02, 2003 12:08 am
by Vietboy
at hot scripts.. I try some one those scripts.. some don't have these features that i want
Posted: Tue Dec 02, 2003 12:22 am
by dull1554
what exactly is it that you want to do?
Posted: Tue Dec 02, 2003 12:31 am
by Vietboy
dull1554 wrote:what exactly is it that you want to do?
just use basic web e-mail contact form using only php
Posted: Tue Dec 02, 2003 12:39 am
by Pyrite
I have one on my site and you can view the source too.
http://www.pysquared.com/showsource.php?f=/email.php
Posted: Tue Dec 02, 2003 1:18 am
by Vietboy
thx
what about??
includes/header.php
includes/config.php
includes/footer.php
can I get that too? to able to work?
Posted: Tue Dec 02, 2003 2:38 am
by Pyrite
You don't need those, they are just the layout html of my site.
The $email variable is defined in my config and it just contains my email.
Posted: Tue Dec 02, 2003 3:25 am
by Vietboy
thx