I’ve seen them all over, and I searched on google, but again…nothing to help me.
I want the thing that gives you the option to enter your email, your name, and the message along with the send mail button and it automatically goes to the email you specify… How?
system
August 26, 2003, 6:26pm
3
Didn’t help. Do you know?
system
August 26, 2003, 6:29pm
4
system
August 26, 2003, 6:30pm
5
You can use part of the code given from http://www.mrbobdouglas.com/dev/errorpage_gen.php the Functions Generator. What exactly are you trying to get done here?
There are a ton of free send e-mail scripts out their. FormMail is one I think. http://www.mattsscripts.co.uk/ also has one.
system
August 26, 2003, 7:06pm
6
*Originally posted by sdrawkcaB *
**Didn’t help. Do you know? **
Repeat after me, “The Search Tool is my Friend”.
Search results (this forum only using mail and script as search words)
system
August 26, 2003, 8:38pm
7
Why is everything I ask for ALWAYS end up coming back as Flash or PHP. Dangit I only know HTML and don’t want to use Flash.
system
August 26, 2003, 8:40pm
8
Possibly because you’re in the serverside scripting forums of a primarily flash forum.
system
August 26, 2003, 8:40pm
9
Aight, is PHP the ONLY way for me to do this?
system
August 26, 2003, 8:41pm
10
Well, it’s Server Side and Scripting. Not Flash Actionscript.
system
August 26, 2003, 8:47pm
11
PHP is a server side scripting language that many of the forum users are familiar. No, php is not the only way, but it will probably be the easiest way… theres a tutorial for it on kirupa and a thread about it by jubba in the best of kirupa forum. I’m leaving it up to you to find it
system
August 26, 2003, 8:55pm
12
I did find it, but I don’t know how to do that crap. I’ll just mess around with it… Ah well.
system
August 26, 2003, 8:59pm
13
go to www.webmonkey.com
they will have very basic HTML tutorials for you.
Rev
system
August 26, 2003, 9:03pm
14
The Jubba one didn’t work.
system
August 26, 2003, 9:07pm
15
www.usps.com
If you want to receive mail work with them…
PHP is hopeless for you man…
system
August 26, 2003, 10:26pm
17
look for cgi scripts php mailTo function or any server-side script
system
August 26, 2003, 11:56pm
18
Download FrontPage 2002/XP And use their Form.
Edit the properties to send the results to your e-mail. It uses NO PHP, and it works.
system
August 27, 2003, 1:49am
19
http://freespace.virgin.net/sizzling.jalfrezi/forms.htm
there is a tutorial about forms with HTML. That will also do it for you.
PHP is really a good idea when you want to add more stuff and easily format the text that you want sent.