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!';
}
}
?>
![]()
read also...
- Ελλήνων Πάσχα (1)
- Project: Loukoulos.com (4)
- BRING THEM BACK! (0)
- FizzBuzz questions & coding for fun! (6)
- WordPress permalinks with Greek/Russian/Arabic characters (11)
- Project: Estiatoria.net (0)
- Track My Weather v.0.1 – Facebook Application (0)
- Track My Weather v.0.5 – Facebook Application (1)
- Dutch PHP Conference 2010 (1)
- PHP 5.3.0 Released! (0)












1 Comments.