Category Archives: PHP - Page 3

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 (+22 rating, 5 votes)
Loading ... Loading ...
Share

Dutch PHP Conference 2010

Dutch PHP Conference 2010

Learn from the experts in the PHP community!
Ibuildings is proud to organize the fourth Dutch PHP Conference on June 11 and 12. Plus a pre-conference tutorial day on June 10. Both programs will be completely in English so the only Dutch thing about it is the location.

Keywords for these days: Know-how, Technology, Best Practices, Networking, Tips & Tricks.

See the schedule.
Register here
1 Star2 Stars (+5 rating, 1 votes)
Loading ... Loading ...

Share