CheckBox php help
hello there. new of , have used boards postings , tutorials make site our boat in costa rica. link @ bottom.
i solving problems have had far except 2:
1 -- there anyway prevent buttons @ top switching frames on multiple rollovers? have 3 timelines 30 frames. 1 tl background , main frame stop @ 1. 1 buttons stop on every frame. , 1 block info posted on every frame. each button has action
on (rollover) {gotoandstop(frame number);
}
2 -- , main problem script php on 'contact' page. shows in email except check boxes checked. @ point input fields tagged letters , boxes numbered.
<?php
$sendto = "myemail@somewhere.com";
$subject = "reel deal inquiery";
$headers = "from: " .
$_post["a"] ." ".
$_post["b"] . "<" .
$_post["d"] .">\r\n";
$headers .= "reply-to: " .
$_post["d"] . "\r\n";
$headers .= "return-path: " .
$_post["d"];
$message =
$_post["d"] ." / ".
$_post["c"] ." / ".
$_post["e"] ." / ".
$_post["f"] ." / ".
$_post["g"] ." / ".
$_post["message"] ."/".
$_post["checkbox01 = checkbox01.selected"] ." / ".
$_post["checkbox02 = checkbox02.selected"] ." / ".
$_post["checkbox03 = checkbox03.selected"] ." / ".
$_post["checkbox04 = checkbox04.selected"] ." / ".
$_post["checkbox05 = checkbox05.selected"] ." / ".
$_post["checkbox06 = checkbox06.selected"] ." / ".
$_post["checkbox07 = checkbox07.selected"] ." / ".
$_post["checkbox08 = checkbox08.selected"] ." / ".
$_post["checkbox09 = checkbox09.selected"] ." / ".
$_post["checkbox10 = checkbox10.selected"] ." / ".
$_post["checkbox11 = checkbox11.selected"] ." / ".
$_post["checkbox12 = checkbox12.selected"] ." / ".
$_post["checkbox13 = checkbox13.selected"] ." / ".
$_post["checkbox14 = checkbox14.selected"] ." / ".
$_post["checkbox15 = checkbox15.selected"] ." / ".
$_post["checkbox16 = checkbox16.selected"] ." / ".
$_post["checkbox17 = checkbox17.selected"] ." / ".
$_post["checkbox18 = checkbox18.selected"] ." / ".
$_post["checkbox19 = checkbox19.selected"] ." / ".
$_post["checkbox20 = checkbox20.selected"] ." / ".
$_post["checkbox21 = checkbox21.selected"];
mail($sendto, $subject, $message, $headers);
?>
i hate bother time, trully stumped here...
be advised...this site not complete , reading how make preloader , optimize make site lighter. suggestions welcome if see improve...thanks in advance time , efforts. tdr
http://www.reeldealcr.com
i solving problems have had far except 2:
1 -- there anyway prevent buttons @ top switching frames on multiple rollovers? have 3 timelines 30 frames. 1 tl background , main frame stop @ 1. 1 buttons stop on every frame. , 1 block info posted on every frame. each button has action
on (rollover) {gotoandstop(frame number);
}
2 -- , main problem script php on 'contact' page. shows in email except check boxes checked. @ point input fields tagged letters , boxes numbered.
<?php
$sendto = "myemail@somewhere.com";
$subject = "reel deal inquiery";
$headers = "from: " .
$_post["a"] ." ".
$_post["b"] . "<" .
$_post["d"] .">\r\n";
$headers .= "reply-to: " .
$_post["d"] . "\r\n";
$headers .= "return-path: " .
$_post["d"];
$message =
$_post["d"] ." / ".
$_post["c"] ." / ".
$_post["e"] ." / ".
$_post["f"] ." / ".
$_post["g"] ." / ".
$_post["message"] ."/".
$_post["checkbox01 = checkbox01.selected"] ." / ".
$_post["checkbox02 = checkbox02.selected"] ." / ".
$_post["checkbox03 = checkbox03.selected"] ." / ".
$_post["checkbox04 = checkbox04.selected"] ." / ".
$_post["checkbox05 = checkbox05.selected"] ." / ".
$_post["checkbox06 = checkbox06.selected"] ." / ".
$_post["checkbox07 = checkbox07.selected"] ." / ".
$_post["checkbox08 = checkbox08.selected"] ." / ".
$_post["checkbox09 = checkbox09.selected"] ." / ".
$_post["checkbox10 = checkbox10.selected"] ." / ".
$_post["checkbox11 = checkbox11.selected"] ." / ".
$_post["checkbox12 = checkbox12.selected"] ." / ".
$_post["checkbox13 = checkbox13.selected"] ." / ".
$_post["checkbox14 = checkbox14.selected"] ." / ".
$_post["checkbox15 = checkbox15.selected"] ." / ".
$_post["checkbox16 = checkbox16.selected"] ." / ".
$_post["checkbox17 = checkbox17.selected"] ." / ".
$_post["checkbox18 = checkbox18.selected"] ." / ".
$_post["checkbox19 = checkbox19.selected"] ." / ".
$_post["checkbox20 = checkbox20.selected"] ." / ".
$_post["checkbox21 = checkbox21.selected"];
mail($sendto, $subject, $message, $headers);
?>
i hate bother time, trully stumped here...
be advised...this site not complete , reading how make preloader , optimize make site lighter. suggestions welcome if see improve...thanks in advance time , efforts. tdr
http://www.reeldealcr.com
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment