I have a Flash 5 form built and am having problems with the script working. The host's server supports PHP.
At the moment I can not get the action script for the (submit) button and stuff right now, but is the below script look ok?? THANKS IN ADVANCE!!!!
<?php
mail($firstname, $lastname,
$creditor1, $balance1, $minpymt1, $interestrate1,
$creditor2, $balance2, $minpymt2, $interestrate2,
$creditor3, $balance3, $minpymt3, $interestrate3,
$creditor4, $balance4, $minpymt4, $interestrate4,
$creditor5, $balance5, $minpymt5, $interestrate5,
$creditor6, $balance6, $minpymt6, $interestrate6,
$creditor7, $balance7, $minpymt7, $interestrate7,
$creditor8, $balance8, $minpymt8, $interestrate8,
$creditor9, $balance9, $minpymt9, $interestrate9,
$creditor10, $balance10, $minpymt10, $interestrate10,
$creditor11, $balance11, $minpymt11, $interestrate11,
$creditor12, $balance12, $minpymt12, $interestrate12,
$creditor13, $balance13, $minpymt13, $interestrate13,
$creditor14, $balance14, $minpymt14, $interestrate14,
$creditor15, $balance15, $minpymt15, $interestrate15,
$input
"From:".$mail."\nReply-To:".$mail);
echo("sent=success"
?>
At the moment I can not get the action script for the (submit) button and stuff right now, but is the below script look ok?? THANKS IN ADVANCE!!!!
<?php
mail($firstname, $lastname,
$creditor1, $balance1, $minpymt1, $interestrate1,
$creditor2, $balance2, $minpymt2, $interestrate2,
$creditor3, $balance3, $minpymt3, $interestrate3,
$creditor4, $balance4, $minpymt4, $interestrate4,
$creditor5, $balance5, $minpymt5, $interestrate5,
$creditor6, $balance6, $minpymt6, $interestrate6,
$creditor7, $balance7, $minpymt7, $interestrate7,
$creditor8, $balance8, $minpymt8, $interestrate8,
$creditor9, $balance9, $minpymt9, $interestrate9,
$creditor10, $balance10, $minpymt10, $interestrate10,
$creditor11, $balance11, $minpymt11, $interestrate11,
$creditor12, $balance12, $minpymt12, $interestrate12,
$creditor13, $balance13, $minpymt13, $interestrate13,
$creditor14, $balance14, $minpymt14, $interestrate14,
$creditor15, $balance15, $minpymt15, $interestrate15,
$input
"From:".$mail."\nReply-To:".$mail);
echo("sent=success"
?>