Cholesterol Levels 2010 (= Greek Easter)


See the photos as a slide-show in Flickr.com.

<?php
// Set your Cholesterol Level before executing the script!
// Uncomment the next line.
// $Cholesterol = 240;

if (!isset($Cholesterol) || $Cholesterol=='') {
	echo 'This is good!';
} else {
	if ($Cholesterol<200) {
		echo 'Desirable level. Low risk for coronary heart disease.';
	} elseif ($Cholesterol>=200 && $Cholesterol<240) {
		echo 'Borderline high!';
	} else {
		echo '<strong>DANGER!</strong> High blood cholesterol!';
	}
}
?>

;)

1 Star2 Stars (+24 rating, 6 votes)
Loading ... Loading ...

Leave a Comment

NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Trackbacks and Pingbacks: