PDA

View Full Version : Email Question



Alex
April 11th, 2003, 06:16 PM
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

:-\

Jubba
April 11th, 2003, 06:22 PM
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

Alex
April 11th, 2003, 06:36 PM
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. :(

ahmed
April 11th, 2003, 06:47 PM
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. =)

Alex
April 11th, 2003, 07:09 PM
i hate these things. they are so confusing, or either that im stupid. :)

ahmed
April 11th, 2003, 07:21 PM
i think it's clear alex, you are stupid.

you know im kidding :P

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

Jubba
April 11th, 2003, 08:02 PM
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.

Alex
April 11th, 2003, 08:07 PM
i know, im going to go back later when i have time to really read it. Thanks for your responces:)