|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
Mail Form with PHP and Flash
Hi:
I need help please, I've followed step by step the Creating a Mail Form with PHP and Flash Tutorial. But Im having problems when I try it on my server (It does support PHP). When I click on the "Send" button, I receive the email this form: From: Servidorlatino.com@servidorlatino.com Message: NOTHING!!! I put the code just as the tutorial is told to. Here it is how I put it: The PHP file: <? $to = "chad_personall@yahoo.com"; $msg = "$namenn"; $msg .= "$messagenn"; mail($to, $subject, $msg, "From: Servidorlatino.comnReply-To: $emailn"); ?> And on Flash "Send button": on (release) { if (name eq "" or subject eq "" or message eq "" or email eq "") { stop(); } else { loadVariablesNum("form.php", 0, "POST"); gotoAndStop(2); } } I hope you can help me, I dont know if the version of my Flash (MX) its causing the problem, or maybe my PHP version on my server. Please help me!!! Thanks |
|
#2
|
|||
|
|||
|
RE: Mail Form with PHP and Flash
|
|
#3
|
|||
|
|||
|
RE: Mail Form with PHP and Flash
hey i am tried to to create own flash mail too, but seem to flash mx didn't like ya scritps. i did copy everything as it says but when i click send with emtyp details i got redirect to the frame 2 (thank you frame ),..... how is that posssible?
|
![]() |
| Viewing: Codewalkers Forums > Other > Tutorials > Mail Form with PHP and Flash |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|