"; if ($submit) { // If they've submitted the form... if ($customerName <= "") ;//$message = "Please enter your name."; else if ($customerEmail <= "") ;//$message = "Please enter your email address."; else if ($customerComment == "") ;//$message = "Please choose a favorite color."; if ($message) // If we've set a message with a warning about their form entry... ;//echo ($message); else { // Otherwise, we'll send them a confirmation auto-response $message = "
From : $customerName
Email : $customerEmail
Website : $customerWebsite
   
$customerComment
"; mail("info@lastvoices.com", "Resident Artist Applicant", "$message", "$strHeader"); //echo ("From: $customerName<$customerEmail>
Website: $customerWebsite
$customerComment"); header( 'Location: mail1.php' ) ; echo("

Thank you...

"); die(); // We can stop if the form's been submitted and we've thanked them. } // end if we're sending the email } // end if they hit "Submit" ?>

แบบฟอร์มโครงการของศิลปินในเครือ

ชื่อ

ที่อยู่อีเมล์

ที่อยู่เวปไซต์

ระบุเหตุผลว่าทำไมคุณควรจะเป็นศิลปินในเครือของเรา
(มากที่สุด 500 ตัวอักษร)