Email Question

I am having a great deal of problems with creating a mail form. I have managed to find this…
http://www.flashkit.com/movies/Basics/Interactivity/E-mail_f-Gareth_D-6166/index.php

and it looks like something that i want to use for my site. i am really confused on how to make it work. and where to do the editing. How would i make it work and what do i need to make it work.

Thanks for your time

:-\

read these threads:

this one explains the mail() PHP function : http://www.kirupaforum.com/forums/showthread.php?s=&threadid=17313

this one talks about sending varialbes from Flash to PHP to e-mail: http://www.kirupaforum.com/forums/showthread.php?s=&threadid=17604

for some reason all of that stuff confuses me. and i can never get it to work out correctly. When i dowloaded the file from flash kit, it comes with an extra file, called sendmail.php. i am not sure what the use of this is, im really searously confused. Mabye this isnt for me then. :frowning:

sendmail.php is would have the actualy php script that mails the variables to your inbox… that needs to be placed on your server, and when you call it through actionscript, it loads the file, sends the variables to it, and php handles them and mails them. =)

i hate these things. they are so confusing, or either that im stupid. :slight_smile:

i think it’s clear alex, you are stupid.

[size=1]you know im kidding :P[/size]

they arent really confusing… or well atleast compared to other AS/PHP combination… a mailer form should be easy :slight_smile:

you need to take the time to read and learn and understand. No one is going to spoon-feed you the information. The closest you will get is tutorials and posts like the ones I showed you.

i know, im going to go back later when i have time to really read it. Thanks for your responces:)