コード例 #1
0
    $company['job_description'] = $_POST['job-description'];
}
if (isset($_POST['education']) != null) {
    $school['degree'] = $_POST['education'];
}
if (isset($_POST['school']) != null) {
    $school['school'] = $_POST['school'];
}
if (isset($_POST['school-dates']) != null) {
    $school['dates'] = $_POST['school-dates'];
}
$format = $_POST['format'];
$res->skills[] = $_POST["skills"];
$res->company = $company;
$res->school = $school;
$link = $res->buildResume($format);
echo "<a href='{$link}'>click here to dowbnload your resume</a>";
?>

    </section>
</div>
</div>

</section>
<footer>

</footer>

</body>
</html>