news demos resources links about
| switch ($choice) { case 'news': include 'news.php'; break; case 'demos': include 'demos.php'; break; case 'resources': include 'resources.php'; break; case 'links': include 'links.php'; break; case 'about': include 'about.php'; break; default: include 'news.php'; break; // <- default alku sivu } ?> |