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
Vietboy
Forum Commoner
Posts: 41 Joined: Mon Dec 01, 2003 10:59 pm
Post
by Vietboy » Mon Dec 01, 2003 10:59 pm
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.
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 » Mon Dec 01, 2003 11:01 pm
go to the jobs section, or try hotscripts
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 » Mon Dec 01, 2003 11:18 pm
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 » Tue Dec 02, 2003 12:08 am
at hot scripts.. I try some one those scripts.. some don't have these features that i want
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 » Tue Dec 02, 2003 12:22 am
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 » Tue Dec 02, 2003 12:31 am
dull1554 wrote: what exactly is it that you want to do?
just use basic web e-mail contact form using only php
Vietboy
Forum Commoner
Posts: 41 Joined: Mon Dec 01, 2003 10:59 pm
Post
by Vietboy » Tue Dec 02, 2003 1:18 am
thx
what about??
includes/header.php
includes/config.php
includes/footer.php
can I get that too? to able to work?
Pyrite
Forum Regular
Posts: 769 Joined: Tue Sep 23, 2003 11:07 pm
Location: The Republic of Texas
Contact:
Post
by Pyrite » Tue Dec 02, 2003 2:38 am
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 » Tue Dec 02, 2003 3:25 am
thx