if( isset($Submit) ){ if( $radiobutton == 'US$200.00' ) $option = "Early Bird: US$200.00"; if( $radiobutton == 'US$220.00' ) $option = "Regular Registration: US$220.00"; if( $radiobutton == 'US$250.00' ) $option = "Late Registration: US$250.00"; if( $cards == 'bd' ) $opt = "Bank Card"; if( $cards == 'cc' ) $opt = "Credit Card"; if( $cards == 'c' ) $opt = "Cash"; if( $type == 'v' ) $opt2 = "Visa"; if( $type == 'mc' ) $opt2 = "Master Card"; if( $type == 'd' ) $opt2 = "Discover"; if( $type == 'other' ) $opt2 = "Other Card: $other_card"; if( $cat == 'lecturer' ) $c = "Lecturer"; if( $cat == 'teacher' ) $c = "Teacher"; if( $cat == 'student' ) $c = "Student"; if( $cat == 'other' ) $c = "Other: $other_cat"; $my_email = "Margarietta@cwjamaica.com"; $headers = "MIME-Version: 1.0\r\n"; $headers = "From: Ministry webmaster@ministry.net\r\n"; $subject = "Ministry Form"; $message = "Last Name: $lname\r\n\r"; $message .= "First Name: $fname\r\n\r"; $message .= "Middle Init: $middle\r\n\r"; $message .= "Title: $title\r\n\r"; $message .= "Category: $c\r\n\r"; $message .= "Organization: $organization\r\n\r"; $message .= "Office Address: $address\r\n\r"; $message .= "Position: $position\r\n\r"; $message .= "Telephone#: $tel\r\n\r"; $message .= "Fax: $fax\r\n\r"; $message .= "Email: $email\r\n\r\n\n\n"; $message .= "Conference Registration Fee\r\n\r"; $message .= "$option\r\n\r"; $message .= "Choosen Payment Method: $opt\r\n\r"; $message .= "Type Of card: $opt2\r\n\r"; $message .= "Card Number: $cardnumber\r\n\r"; $message .= "Expiry Date: $exp\r\n\r"; $message .= "Name of card holder: $noch\r\n\r"; //$message .= "Wanted you to send this EMailto you from the www.website.com Website\r\n\r"; //$message .= "$name's Comment:\n $comment\n"; @mail("$sendto","$subject", $message, $headers); //redirect("$PHPSELF"); ?> //exit(); } ?>