Need help using PHP with Flash for FORMAIL
Posted: Tue May 16, 2006 1:09 am
Ok, this might get confusing sorry if I lose you lol.
I currently use a formmail service from the website http://www.response-o-matic.com
What I'm looking to do is make a register thing where you submit your email and username you would like in a flash movie and then I want it to send the results to my email just like your typical formmail form. The only problem is I've read tons and tons of tutorials which show you how to do this with a simple formmail.php which you run from your own website but it doesnt show how to do this if you have to specify the ID of your response-o-matic account like I have to
for example
my code when making a simple html formmail is
<form enctype="multipart/form-data" method="POST" action="http://www.response-o-matic.com/mail.php">
<input type="hidden" name="acctid" value="yve05hjo1yyvudkv">
<input type="hidden" name="formid" value="68013">
(see the ACCID that is for my response o matic account to know where to send the results to )
now if i used a normal .php script I wouldnt have to put the account id and then I could follow the steps on how to put it in a flash movie.
So what I did all day was look everywheres on how to use PHP scripts and how to update one to work with my settings and find free php host. I figured everything out but problem now is im getting errors saying the refferal was incoorect or something so It couldnt send the email? so im guessing you need your own domain which i do not have...
I know this is confusing but if somone understands me please help i just need to get my response-o-matic account in flash some how...
Thanks
I currently use a formmail service from the website http://www.response-o-matic.com
What I'm looking to do is make a register thing where you submit your email and username you would like in a flash movie and then I want it to send the results to my email just like your typical formmail form. The only problem is I've read tons and tons of tutorials which show you how to do this with a simple formmail.php which you run from your own website but it doesnt show how to do this if you have to specify the ID of your response-o-matic account like I have to
for example
my code when making a simple html formmail is
<form enctype="multipart/form-data" method="POST" action="http://www.response-o-matic.com/mail.php">
<input type="hidden" name="acctid" value="yve05hjo1yyvudkv">
<input type="hidden" name="formid" value="68013">
(see the ACCID that is for my response o matic account to know where to send the results to )
now if i used a normal .php script I wouldnt have to put the account id and then I could follow the steps on how to put it in a flash movie.
So what I did all day was look everywheres on how to use PHP scripts and how to update one to work with my settings and find free php host. I figured everything out but problem now is im getting errors saying the refferal was incoorect or something so It couldnt send the email? so im guessing you need your own domain which i do not have...
I know this is confusing but if somone understands me please help i just need to get my response-o-matic account in flash some how...
Thanks