Drop your Resume and fill the Details with out leaving any field in blank,
Job Application Form
Job Application Form
Full Name * Email Address * Phone Number * Position Applying For * –Select Position– Developer Designer Manager Intern Cover Letter Upload Resume (PDF, DOC, DOCX) *
Drag & Drop your resume here or click to select file Submit Application \r\n”; $headers .= “Reply-To: $email\r\n”; $headers .= “Content-Type: multipart/mixed; boundary = $boundary\r\n\r\n”; // Plain text message $body = “–$boundary\r\n”; $body .= “Content-Type: text/plain; charset=UTF-8\r\n”; $body .= “Content-Transfer-Encoding: base64\r\n\r\n”; $body .= chunk_split(base64_encode($message)); // Attachment $body .= “–$boundary\r\n”; $body .= “Content-Type: $file_type; name=\”$file_name\”\r\n”; $body .= “Content-Disposition: attachment; filename=\”$file_name\”\r\n”; $body .= “Content-Transfer-Encoding: base64\r\n\r\n”; $body .= $encoded_content . “\r\n”; $body .= “–$boundary–“; $sent = mail($to, $subject, $body, $headers); if ($sent) { echo “Thank you for your application. We will get back to you soon.”; } else { echo “There was an error sending your application. Please try again later.”; } } else { echo “Please upload your resume.”; } } else { echo “Invalid request.”; } ?>
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.