13.09.2016 Views

PHP and MySQL Web Development 4th Ed-tqw-_darksiderg

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Solution Overview<br />

783<br />

Listing 32.2<br />

Continued<br />

Sorry:<br />

<br />

You need to score at least 50% to pass the exam.";<br />

} else {<br />

// create a string containing the score to one decimal place<br />

$score = number_format($score, 1);<br />

echo "<br />

<br />

Congratulations!<br />

<br />

Well done ".$name.", with a score of ".$score."%,<br />

you have passed the exam.";<br />

// provide links to scripts that generate the certificates<br />

echo "Please click here to download your certificate as<br />

a Microsoft Word (RTF) file.<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

Please click here to download your certificate as<br />

a Portable Document Format (PDF) file.<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

Please click here to download your certificate as<br />

a Portable Document Format (PDF) file generated with PDFLib.<br />

<br />

<br />

<br />

<br />

<br />

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!