Help for this page

Select Code to Download


  1. or download this
     # psuedo code here
    if ( $FORM{'thisbox'} ) {
       $recipient = 'fozzybear@muppets.edu';
    else if ( $FORM{'differentbox'} ) {
       $recipient = $recipient.',bigbird@sesame.edu';
    }