web e-mail

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Vietboy
Forum Commoner
Posts: 41
Joined: Mon Dec 01, 2003 10:59 pm

web e-mail

Post 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.
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post by dull1554 »

go to the jobs section, or try hotscripts
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post by dull1554 »

try the mail(); command, you can figure it out on your own just look at the php docs
Vietboy
Forum Commoner
Posts: 41
Joined: Mon Dec 01, 2003 10:59 pm

Post by Vietboy »

at hot scripts.. I try some one those scripts.. some don't have these features that i want
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post by dull1554 »

what exactly is it that you want to do?
Vietboy
Forum Commoner
Posts: 41
Joined: Mon Dec 01, 2003 10:59 pm

Post by Vietboy »

dull1554 wrote:what exactly is it that you want to do?
just use basic web e-mail contact form using only php
User avatar
Pyrite
Forum Regular
Posts: 769
Joined: Tue Sep 23, 2003 11:07 pm
Location: The Republic of Texas
Contact:

Post by Pyrite »

I have one on my site and you can view the source too.

http://www.pysquared.com/showsource.php?f=/email.php
Vietboy
Forum Commoner
Posts: 41
Joined: Mon Dec 01, 2003 10:59 pm

Post by Vietboy »

Pyrite wrote:I have one on my site and you can view the source too.

http://www.pysquared.com/showsource.php?f=/email.php
thx

what about??

includes/header.php
includes/config.php
includes/footer.php

can I get that too? to able to work?
User avatar
Pyrite
Forum Regular
Posts: 769
Joined: Tue Sep 23, 2003 11:07 pm
Location: The Republic of Texas
Contact:

Post 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.
Vietboy
Forum Commoner
Posts: 41
Joined: Mon Dec 01, 2003 10:59 pm

Post by Vietboy »

thx
Post Reply